error help - Dynamic Image
I've been working on making my site less cluttered in the directories and more secure lately. In an
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Please Help my PHP Dating Function.
Hi everyone!
Well here is my code that displays this:
It works wonderful.
PHP Multiples of 2, Show posts...not working (wordpress)
I have been using this code to show div.example with 6 li columns inside it, each li is a post with
losing variables between php brackets
Hi
have got this code:
Code: $id=mysql_result($result,0,"itemid");
$title=mys
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u
disabling a button server-side then re-enabling client-side breaks button postback
I have a tabbed container and a button (not in the container) on a page. If the first tab is selecte
Open browser page depending on XML results
Hello,
I have some PHP code that sends webbased from data to an external url ( in the form of
How to update this array?
I am saving a string that looks this: username1, username2, username3...
into a single cell in a
Array disappearing in foreach loop
Okay, I have this problem where an array will become undefined in a foreach loop.
Here is the