Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #11.1K
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags

12 Posted Topics

Member Avatar for cancer10

PHP stands for Hypertext Preprocessor. Check out this site to gain more [URL removed]

Member Avatar for Pramod Yadav
0
178
Member Avatar for jjemphoung

This code will workk for sure in a Server. For making it work in your local syatem , you need to install a mail server with your web server software .

Member Avatar for sithembisophp
0
181
Member Avatar for qariella

unexpected T_STRING error is due to the typing mistakes in program. Just check for the required spaces are there check proper symbols are there( $, ; , . ,")

Member Avatar for syamsasi
0
340
Member Avatar for LloydFarrell

title for the image should be with <img src="" title="" /> ... "Swich" statement execute only from server side ( in this case you can use only after the user click on that image ) ... For displaying title at the hover time , you can go for specifying title …

Member Avatar for syamsasi
0
747
Member Avatar for BlackNinja

Hi , USe like this [code=php]<?php ob_start("ob_gzhandler"); @session_start(); ?> [/code] and [code=php] $_SESSION['pas'] =$pas; [/code] I think that will solve the issue ...

Member Avatar for cwarn23
0
162
Member Avatar for henikah

First store the $query results to an array using mysql_fetch_array() .. and just need to use the table field name for getting the data like $result['TEXT'] for getting the TEXT_r8c8 like values ... and just put that in a while loop while ( the selected query result in an array …

Member Avatar for syamsasi
0
180
Member Avatar for Awah Mohamed
Member Avatar for mybluehair

Have you tried like this.... [code=php]<form name="vid_form" method="post" enctype="multipart/form-data" action="<?php echo $PHP_SELF;?>">[/code]

Member Avatar for syamsasi
0
266
Member Avatar for mpc123

Otherwise can echo with if else condition [code=php] if ($row['model']=="") { echo "N/A"; } else { echo $row['model']; } [/code]

Member Avatar for Usernamex235
0
1K
Member Avatar for manzoor.ilahi77

Submit the form to a PHP script or the self page itself. And then use $_GET or $_POST to retrieve the values as per your method used in form ( get or post ). Then you can format the message using the retrieved values. for emailing simply use mail() function …

Member Avatar for ApocDen
0
129
Member Avatar for bben95

* is used in several puposes ... It can be used as arithmetic operator for multiplication like 5 * 5 . And its using as wildcard in mysql queries

Member Avatar for bben95
0
96
Member Avatar for coolvision

These links also helpful for learning PHP [URL="http://www.w3schools.com/PHP"]http://www.w3schools.com/PHP[/URL] [URL="http://php.net"]http://php.net[/URL] [URL="http://www.phpmysqlbrain.com"]http://www.phpmysqlbrain.com[/URL]

Member Avatar for ogollah
-3
243

The End.