How could I combine these arrays??
Hello.. I'm trying to figure out a way to combine these first two arrays to get the last array..
need help with mail()
hi i want to send an email with attaching pdf file using php. i have the following script but the pr
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now
Trouble verifying database password
Thankyou to everyone who responded to my last post (I can't find the posting, it has been buried). <
login to other site by sending post variables
hey,
here is my problem: my school gave me a mail account for school-stuff use. they mail us
date("now") prints out wrong date ?
Hi Guys
Anyone know why and how I can fix it ?
session_destroy();
new to php
I have a simple login and am trying to write a logout.
I set a $_SESSION var to 1 i
How to replace search button with link?
hi to everbody.
i have a search submit form and button like this :
<form id="f
LOOPing Problem
Hello All!
The following code loops through the data and displays the data accordingly. My p
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)