url- go to webpage
i have an input text field and submit button.
how do i make the url entered into the textfiel
Need help making a script that moves data into acrhive table
Hi,
I'm kinda new to php/mysql
And i wrote a simple script to store sales lead for a b
Hashing?
Hi, I was hoping to take a string value then convert it - consistently - across each of our pages in
Keeping data in form
How can I keep whatever I write in the form?
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
Check Date/Time in PHP
What I need the code to check is that $reQuest is 24 hours in the past then return a time based on h
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
How to Create a Dynamic table
col1 col2 date1 date2 date3 date4..........
a b v1 v2 v3 v4
Strange PHP/mySQL error ... am I just tired?
Code: <?
## CONNECT TO DB FUNCTION!
function ConnectTo($db2con)
{
$hostNam
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)