Displaying Site Logo/Icon on a Title tag
really need some help out here. I want to insert a Logo/Icon just like the one close to the "PH
FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
How would I protect......
I have a from, actually, a good amount of forms. How can I make it so you can't type the characters:
difference between datetimes
($row['totime']-$row['fromtime'])/60
this is giving me 0
example of totime and fromtim
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor
InternetOpenUrl() Invalid cert
Hi all,
Does anyone know how to prevent calls to InternetOpenUrl() from failing with erro
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
Transaction variant for VA02 not working
My requirement is to have transaction for user to only add the output and print a sales order.
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);