Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
Simple AND question
Hello,
I've got following code:
Code: if(strpos($row[13],"http://")
PHP code needed to get/post form fields and request mysql query results.
I'm new to PHP
I've created an html form to allow the user to request a basic telephone dire
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr
Load file in PHP
I have 2 files. The first is a PHP generated XML file that's dependent by 2 inputs. The second is a
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
Dynamically set AccordianPane Header
I have an accordian on my master page. I'd like to be able to dynamically change the header on diff
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w
Check something, wait, check again, do something!
Hi guys.
I wonder if someone can help me with this.
Basically, what I want to do is (