Search Results

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: dr4g
Forum: PHP Jul 25th, 2007
Replies: 14
Views: 1,544
Posted By dr4g
Again, you need to validate your mail() command. By using @ or IF.
Forum: PHP Jul 24th, 2007
Replies: 14
Views: 1,544
Posted By dr4g
The mail() function returns TRUE or FALSE upon sendin the email.
In order for you to write a decent script, you will have to verify that this mail was sent corrently.

Therefore you will need to...
Forum: PHP Jul 17th, 2007
Replies: 14
Views: 1,544
Posted By dr4g
The following is the necessary code to store, check that no info was empty and email the user.
You will need to change the $to variable to suit your needs.
You will also need to make <input...
Forum: PHP Jul 17th, 2007
Replies: 16
Views: 4,440
Posted By dr4g
You could use JavaScript Encode, to encode the HTML/page source, so that it isn't readable at all.
Forum: C Jul 8th, 2007
Replies: 17
Views: 3,385
Posted By dr4g
I understand the code, it was for the C beginners trying to understand the code (as there were 0 comments in his code)
Forum: C Jul 8th, 2007
Replies: 17
Views: 3,385
Posted By dr4g
Some comments might help the beginners Aia
Forum: PHP May 11th, 2007
Replies: 9
Views: 5,063
Posted By dr4g
Just a Tip for you, as you're new to PHP.
Once you've written to the txt file and want to get all the info from it again.
You can use the file_get_contents() function to store the file's contents...
Forum: PHP May 2nd, 2007
Replies: 7
Views: 16,786
Posted By dr4g
/* init */
$arr = array(
"chapter1" => array(),
"chapter2" => array(),
"chapter3" => array()
);

...
Forum: PHP Apr 20th, 2007
Replies: 7
Views: 16,786
Posted By dr4g
Another solution would be, instead of using a foreach() you could use a for() loop.

$arr = array("cat", "dog", "horse", "frog");

echo "<select name=dropdown_list><option value="bleh">Choose...
Showing results 1 to 9 of 9

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC