Script not running properly
Hello Everyone
This is a basic script for posting to a database. I'm not sure why it doesn't work
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
I need an iframe that calls up a different page according to the date
hi
I don't know any php (only html) and I urgently need to do the following:
I need a
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
PHP Display Telephone Number On Referrer
I have used the php below to show a different telephone number in the header of the site depending u
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Get Total From While Loop
I'm trying to get the total for each product and add them for a Grand Total to list outside the loop
xml
<?php
echo "<h1>XML Articles</h1>";
$home
TabControl Inside ListView Not Editing
Hello everybodyI have a ListView on my page. Inside the ListView I put a TabControl, cuz I want to p
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?