does anyone know a php script to send mail using gmails/googles free smtp server
cause i heard u can do that but i dont know how
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
problems with search form numerical "between" sending by php
I am trying to display the results of a search, on a sql database, on a web page. I set up html &quo
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
Delete all files in folder except with certain name
I have a script that I want to delete all files in a folder (taken from a database) except for one n
Wrong Info sent Using $get in form
Hi i have this code that i tried to make to send some info from one page to aother with lots of ppls
big pagination problem in php
<?php
$connect = mysql_connect("localhost", "root", "")
Simple image grab script.
I was wondering if it was possible and if anyone knew how to make a simple php script that looks at
Is there a way to override built in php functions without APD?
I am trying to use the
rename_function()
override_function()
options that are built into
Problem with variable declaration in switch statement
Hello, I am having some trouble assigning a value to a variable inside a switch statement. What I a