finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
Removing Title From database problem
Hi again ! i am having an issue with updating database. When i update any price of a title it remove
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
using file_get_contents??
okay how would i create a script using file_get_contents() in php have it grab search pages 1-20 and
Converting from one format to another
"I have got a date in DD/MM/YYYY but I need it in MM-DD-YYYY. Help!"
how to load php class from another domain?
how to load php class from another domain?
Page not Loading After Test
Hey All
It seemed that an inlcude statement wasn't working for some reason, so I tried a more
ORA-01017: invalid username/password; logon denied
Dear All,
I am facing problem in taken backup from db13 it comes up with the following l
Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe
Display last record first.
I need some help how put the last record first and first record last.
Thanks
Code: &am