How to use php and sql to check if values match the ones in a table (for logins)
How would I code it that the script takes two variables that are passed to it (UserID and PIN), and
TCP Sending Unsigned Char...
Hi...
I want to send over tcp/ip some data, i have the data in hexadecimal, and when i tr
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
php mysql script to find record
Hi,
Currently I have a simple table with 4 columns. A, B, C, D
If I want to find all
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
Do not allow posting of whitespace
Currently the script below works if the user does not type a name/message, but if i create a whitesp
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:
selection tool on raster image
Hi!
I have to implement in my app a selection tool which lets users to select region of any shape
Login page problems
I developed a website a few months ago and I am now having an issue with logging into it. The place