Multiple Do / While Statements?
I'm still very new to PHP, and running in to a problem when trying to execute a do/while loop inside
mysql select with $_get ?
Hi, i have this code:
Code: // If char id is 0 and character dont exist do:
if ($_GET["id
Read from forum
Haven't written anything forever and I would like to get back.
What I'm trying to do is getting t
Call db table from any PHP file
Hi,
I want to be able to call a database table that will be setup in another file called init
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
how to timeout $doc = new DOMDocument()->load($url)
I am currently using this $doc->load($url) to fetch an rss feed.
If a feed takes long than
HOW to get the bind variables list.
I've the following problem : I've some SQL queries stored in my DB as VARCHAR2 values.
I need t
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
Php navigation
I have four buttons on a php page.
If i click a button it will redirect to different php pages.
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w