No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hello there, I'm using mysql as a back end of my project and am using PHP for server side scripting. I want to insert a formatted text into my mysql table. How can I create a text field which accept a formatted text and save it to the database. Thank …
I'm trying to develop an interactive website using php and i want to display image(retrived from mysql database) and some text on the home pag. but the image retrived from my database fills the whole page. how can i display both text and image on the same page?
Do you want retrive them from a database and display them on a table?
I'm using windows 7 and wamp server on my computer. I want to send email from my local host and i write the php code like the following <?php $to = '[email protected]'; $subject = 'test_subject'; $message = 'test_message'; mail($to,$subject,$message); ?> the above code neither displays error message nor sends the …
The End.
dagtad