Login script (probably a simple error)
dbConfig.php
Code: <?
// Replace the variable values below
// with your specific dat
Breaking results into week blocks
I have a set of dates (and times), which are returned from a mySQL query.
These usually span
[function.file]: failed to open stream: No such file or directory
Okay I wrote this little script to upload a csv file that is located on my webhosts server to a mysq
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Facebook status update API
Hello,
So, I'm trying to create my first Facebook application with PHP.
Basic ideas fo
Shuffle Array
Hi,
I am writing a script for a game that needs players to randomly be assigned a target (ano
Displaying an image using echo command
I had done a query on my database, one of the fields being an image reference to a directory where a
Batch update record with Pagination
Hoping someone can help me with this issue I'm having, im trying to batch update records from a resu
Php navigation
I have four buttons on a php page.
If i click a button it will redirect to different php pages.
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know