Class not found error
I am getting Class 'index' not found in Eval function:
//write config
$pat
How to insert random unique values in 2 columns ?
I have table with 2 columns
Create Table code_for_code (
first_code varchar2(10) uni
Preg_match question
I want to use preg_match to make sure a string is always 6 characters long and only contains 0-9 and
my two tables
table1 : col1 = topicid , col2 = topic
table2 : col1 = sentid, col2 = sentence
Cod
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.
Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.
Advice on how to delete a mysql row using my form
Hi,
I am very new to php and am struggling to work out how to delete a portfolio item (a row
unserialize help, getting errors
hi all ,
I got a form with 6 fields (2 input and 4 select box), when the page loads one block is
Generating unique numbers using php
Hi,
I need help in generating unique number using php.I tired using rand() in php.But, by using r
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade