Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
While loop in myswl
Name: BigShow Date: October 10, 2008 at 22:31:06 Pacific OS: xp CPU/Ram: pentium 4 Product: dell
Comment:
Hey Guys, I need some help with the database i am building. I have a table where I store the path to pictures. Each user can have 5 pictures. On their edit page they have 5 forms each of which you can upload a picture from. Each for hs a hidden field with a unique number 1-5. When the upload happens, I need to check to see if that number exists in the pic_count field, if it does I update it with the new path, if is doesnt i insert the new path. I can not figure how to get this while loop to work.
Basically, I select all rows that match the 'type' and 'id' of the user, then i want to compare the pic_count in there to do teh above.
Summary: Firefox will not "loop embedded sound" any help will be appreaciated. I am using: <embed src="celine.mp3" width="0" height="0" autostart="true" hidden="true" loop=2></embed> <BGSOUND SRC=celi...
Summary: Sorry for posting again so soon however I am still stuck. Below is a sample code of what I am trying to do: <script> function enableDisable0() { if(document.myform.tickbox1.checked == true...
Summary: I am using PHP version : 5.0.4. I have tested the application found http://www.sitepoint.com/article/php-gallery-system-minutes/2 which uses the same code while( $row = mysql_fetch_array( $result ) ) ...