When your everyday work includes plenty of document editing, you know that every file format needs its own approach and sometimes specific applications. Handling a seemingly simple text file can often grind the entire process to a stop, especially when you are trying to edit with insufficient software. To avoid this kind of problems, find an editor that can cover all of your needs regardless of the file format and insert id in text with zero roadblocks.
With DocHub, you will work with an editing multitool for any occasion or file type. Minimize the time you used to devote to navigating your old software’s features and learn from our intuitive interface as you do the job. DocHub is a efficient online editing platform that covers all of your file processing needs for virtually any file, such as text. Open it and go straight to productivity; no previous training or reading guides is needed to reap the benefits DocHub brings to document management processing. Start with taking a couple of minutes to create your account now.
See improvements in your document processing right after you open your DocHub profile. Save time on editing with our one platform that can help you become more productive with any file format with which you need to work.
in the last lesson we showed you how we can insert data into our database and we saw how the auto increment works really nice and neatly so sometimes within the code you might want to get this number so lets say youve inserted it and you want to be able to differentiate it maybe you want to send something back and utilize that information if youre tying it together with another database table and you need to utilize those IDs there is a way to get that back within your PHP code so lets take a look at our code that we did within the last lesson we have our query here we initiate our query here we had new entry added so what I wanted to add into this is and this is a built-in value here within my sequel its my sequel I and weve got some options here and the one that Im looking for is so dont see that within that list there so its my sequel insert ID and then what we need to do is again call back to that open database connection and now check out what happens now so I do added a