why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
All possible combinations of Strings from table in PL/SQL
Hi,
I am trying to figure out how to build a list of all possible string combinations fro
Unable to retreve the values from Mysql Query
Hi,
Here is the php code that I have, Query is running properly in phpmyadmin and is resu
getting rid of quotes in strings
sick of trying to deal with them in multiple ways (entering in and taking from database, echoing, ec
using file_get_contents??
okay how would i create a script using file_get_contents() in php have it grab search pages 1-20 and
login page does not execute a else statement
I've created a login page using sessions.
When an incorrect user name or password is entered then
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
PHP & Java
Hello,
can PHP code be used inside java code?
Code: [Select]<SCRIPT LANGUAGE=&q
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very