Request-URI Too Large
I have created a simple submit form for a mysql database that puts a piece of code into database.<
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
search query in mysql in php problem
my search query wont work, i know, that my codes are correct.please help
Code: [Select]&l
Certain files upload, while others do not
I want to read the data from an uploaded file. Not sure why, but it only uploads for certain files.
Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Libraries in C++
Hi all,
I have two libraries. one is based targeted on linux platform and uses another li
Extracting Long text from message class with parameters
Hi,
I would like to extract the long text from a message class. However, the long text ha
Basic Forum Tutorial
Hi, I'm new to PHP. I want to build a basic forum for my site using PHP and MySQL. I've searched t
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code