why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
Retrieving innerHTML with cURL?
Hey all (sorry I know I'm a leecher, but I soon won't be. This is my first PHP project, but not my l
Include a php
Hello,
I'm trying to include a function that shows the recent searches.
Example I have <
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Adding to an Int row in db
Hi, i have a database which houses all of the users of my site. One of the columns is for points whi
Stumped by Third Day of Month problem
I am trying to build an algorithm that will essentially do this:
Code: [Select]$this_month = Oct
HTML Form Server Side Validation
Hi, Im new here, im currently doing a website for a friend, and I have designed using snippets from
PHP & Java
Hello,
can PHP code be used inside java code?
Code: <SCRIPT LANGUAGE="Java
Replacing a string on click of a button
Hi! Is there a way to replace a string on a click of a text link?
This is what I've come up w
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th