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
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
The control with ID 'ace' requires a ScriptManager on the page
I'm trying to add a simple AlwaysVisibleControlExtender to my page, but it's not working. I get the
Extra fields in main body and php required.
I'm new to PHP so please be gentle. I have a little php script below that works well.
The &quo
Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
my sql select id and then update problem.
I need to select some auto incremented ids out of a database and then use those id in a where statem
Delete Client 066 Earlywatch
Hi all,
in former times client earlywatch was required for SAPs remote access to SAP inst
Form validation with functions
Hi there
I am trying to make a very simple form validation function. I currently have the fol
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav