Basic Question about Threading and PHP...
I have a page that I am working on and it is taking several hours to process. The basics of what th
a dificult string search
Hi I don't know a way around this. I want the user to input a password, but to make it a bit complca
Take info from one coloum and move to another
Hi all,
I have this:
Code: [Select]$array = "SELECT stock_id FROM stocks WHERE stock_
Displaying a record from mysql in a simple swf file
Hi,
I have a mysql database containing information I would like to display in my swf.
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know
text box alphanumeric caracters only
hi all!
I have search on google on how to enter in a test box only caracters A-Z,a-z,0-9 usi
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
help, header() is not working!
Hello, I have this code:
<?php
/**
* @author samoi
* @copyright 200
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my