- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
19 Posted Topics
Any could give me a PHP script on how to call or execute mysql stored procedure. Thank you. Roland | |
Good day everyone! Anybody could give me script for uploading or inserting image into database and how to retrieve it and print it to browser Any help would be appreciated. Thank you in advance. roland | |
Good day! Could somebody help me with this problem: When i'm using [U]header() [/U] to redirect page it giving me error message like this: [U]Warning: Cannot modify header information - headers already sent by (output started at /exxport/www/httdocs/waff/teng/HTML/Jobss/loginn_hrm.ph p:10) /exxport/www/httdocs/waff/teng/HTML/Jobss/loginn_hrm.phpon line 336[/U] Thanks... Roland (rcasinillo_s) | |
Good day everybody! Could you help me on how to install mysqli extensiton in PHP ver 5? Thank you in advance. Regards to all, Roland | |
Anybody could help me regarding this message "failed to create stream: HTTP wrapper does not support writeable connections" I got this message when I'm trying to execute my upload script. | |
Good day! After upgrading my MySQL to version 5 becoming very slow what's wrong with this? Please any could give advice how to optimise it. Thank you. Roland. | |
I retrieved data from database, output to a form thru loop after that iwant to change something and then i will send it back to the data base for update here is the output datails so that you will the idea what iwantl. [URL=http://www.nwafh.med.sa/eng/php/progs/edit_book_test.php]http://www.nwafh.med.sa/eng/php/progs/edit_book_test.php[/URL] Thank you in advance Roland | |
Good day to all members! Anybody could help me or could give me a php code. What I need is I want to put link on each data that I had retrieved through array from mySQL database so that when I'm going to click each of them it will display … | |
Good day! Could you check this I got error messages: Warning: chmod() [function.chmod]: No such file or directory in /eort/www/httcs/nah/eng/testing/upload.php on line 21 Warning: move_uploaded_file([url]http://www.nwafh.med.sa/Uploads/DSC00197_mail.jpg[/url]) [function.move-uploaded-file]: failed to create stream: HTTP wrapper does not support writeable connections. in /eort/www/httcs/nah/eng/testing/upload.php on line 22 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/var/tmp/php.haqFa' to … | |
Anybody could help me how to configure database/table images in MySQL ? Thanks. Roland | |
Re: Try this im sure it will work... $sql="select * from escrow_user where user='$user' and pass='$pass' LIMIT 1"; | |
Good day to you! Is somebody could explain and give examples to me what are the functions of session in the page and what are the purpose of it? I'm waiting for your detailed help... Thank you in advance... Roland | |
Good day members! Could somebody help me here, could modify it for me. There is an error in the syntax: $query = "UPDATE jobs SET position = '$position1', description = '$description1' WHERE id = '$checkbox1'"; $query = $query . " 'UPDATE jobs SET position = '$position2', description = '$description2' WHERE … | |
Re: [I]im working on win xp with apache 2.0.55 ,php4 when i run the code <html> <head></head> <body> [COLOR=Navy]abcdefrr[/COLOR]<br /> <?php // print output echo 'php code'; ?> </body> </html> i get output on browser abcdefrr[/I] Of course, you would get this (abcdefrr) output on your browser because it is written … | |
Good day to all members! Please help me :cry: Anybody could help me or could give me a php code. What I need is I want to put link on each data that I had retrieved through array from mySQL database so that when I'm going to click each of … | |
Good day to everyone! :D Anybody could give step by step PHP code or explanation with examples of how to get the information to other page. For example my main page is index.php inside of it I have three links to the following PHP files: roland.php, haydee.php and ricky.php. Now, … | |
Re: Your question is not clear... but try this: $query="SELECT * FROM table_name"; $result=mysql_query($result, $link); while ($i++ < mysql_num_rows($result) && $rs = mysql_fetch_array($result)){ $retrieved[$i] = $rs['name_field_inthe_table'];//It will fetch all rows under the field name you specified. print("$retrieved[$i]");//print("$retrieved[1]"), print("$retrieved[2]") etc. It will print row 1 for print("$retrieved[1]"), row 2 print("$retrieved[2]"), and so … | |
Re: Good day to you Crest! Try this site [url]http://www.w3schools.com/php/default.asp[/url] it may help for you how to start PHP. Good luck... rcasinillo_s (Roland) | |
Good day to everyone! Anybody could give step by step PHP code or explanation with examples of how to get the information to other page. For example my main page is [U]index.php[/U] inside of it I have three links to the following PHP files: roland.php, haydee.php and ricky.php. Now, if … |
The End.