PEAR in appliactiond development
When I was picking up PHP I went from procedural programming, fairly quickly into OOP, then after wr
Reduce redundancies in switch functions?
Hello all! I somewhat new to PHP, and was wondering if anyone could give some suggestions on a swit
Bit manipulation program with binary operations
My homework is to create a program to scan in and add binary numbers and print them like so
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
update the selected existing records of database
Hi frndz,
I am new to php and get stuck....
Edit.php > Update.php > Updatea
PHP error on MySQL insert
I'm sure it's the simplest of issues, but I can't recall why this isn't working.
Code: [Selec
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Getting a variable to work in function params
I have this fuction which is inside a class:
Code: public static function generateEmbedCode($
Warning message
I've put a website that I was doing live and I'm getting this warning message when I try to add a ne
Forum tutorial
Im a beginner in PHP. Im making a forum(previous questbook, counter and few others) to learn. For no