Accept only alpha characters
I've got this bit of code ready for accepting a phrase:
Code: if (!eregi ("", $_POS
What do you call the "token" thing?
You know how some sites have links that run on tokens? Tokens are links that only stay alive for a c
problems with script
I made a small script wich exchanges points in my website:
<?php
session_start
Is there a quick way to do this?
Hi all,
I need to create a mysql table from php that goes a little something like this
How to Handle more than one submit button in single form?
Hi
I have one PHP file which contains one Form. In this form there are two Submit type Buttons
How to ... (FAQs)
... get e-mail notifications
As several people asked how to get e-mail notifications when new posti
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
PHP, Arrays & A Lot Of Confusion
I've been doing basic PHP work on sites for a few years now, but I've never been tempted to learn ho
restricting another login once you logout
Hello,
how can I restrict a page from login authenticating against info in a MySQL DB for a s
Text file to .Dat file Conversion in PHP
Hi All,
Could anybody provide code for Text file to .Dat file Conversion in PHP.
Tha