why does my session end?
my connect.php starts the session just so you know
i can navigate arround my site fine except whe
Execure stored procedure on a timer
Can someone tell me an easier way to execute a stored procedure on a timer? I am using Oracle 10g R
smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i
Generate multilayered array from string.
ok so i have a string that looks like this:
Code: [Select]blog:edit_all,delete_all|users:edit_all
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
OOP help
okay so i have a class im making it has everything setup i just need to randomize the 2 variables an
Auto-populating dropdowns and multiple forms.
Here's what I have so far:
First drop down = select a state (works)
This populates the sec
onclick problem
I have <input type="text" name="message">
<a href=page2.
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??