How to ... (FAQs)
... get e-mail notifications
As several people asked how to get e-mail notifications when new posti
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
gmdate() - want 1 hr before time
Hi,
I am using php gmdate().
Now I am entering all dates in my dbase using gmdate("Y-m-d
MySQL noob question
hi guys
I have a simple mysql table set up, along the lines of
Col 1 - Col 2 - Date_l
How to get all server headers like Live http Headers does
Hey all, like many of you I use the Firefox addon "Live http Headers". I'm trying to write
Curly Bracket Delimeters.
I'd always believed that the starting and ending delimeters in preg_ functions had to be the same ch
Linkage between two scripts
Okay say I have this for a link in a script:
Code: <li><a href="#&q
Force download script not handling files with spaces properly
I have a regular old php force download script, uses this code:
Code: header("Cache-Cont
Embedding flash object in Else statement
This is my first major project in PHP and I'm having some trouble embedding a flash object in an Els