my two tables
table1 : col1 = topicid , col2 = topic
table2 : col1 = sentid, col2 = sentence
Cod
how can i expire the submitted page using session.
hi,
i'm new to php world.
i'm using "post" method.
when i submit it,data goes to
DB2 for z/OS, LUW, iSeries
Hello,
In this forum a lot of threads related to other members of the DB2 family than DB2 for z/OS
array & querys help/advice.
Ok so here goes , I have a mysql database and basically here's what I need to do.
// foreach
php code generators
All
Whilst enjoying learning a new language i have come accross a number of free code generat
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
unexpected T_VARIABLE error
Hey all! I'm getting an unexpected T_VARIABLE with the following function:
function getHighes
LinkedList help
Ok so I just learned quickly about lists, so I have a not too hard project I think, but am having a
AutoChoosing a CSS file based on URL
Hey everyone,
I have a site that has multiple URLs and CSS files.
Based on the URL tha
retrieving images from mysql database using php
So I've been trying to figure out how to store images in a mysql database, and as far as i can tell