Display search result
Hi!
I have a SQL database with information about albums and track (music).
This is wh
WELCOME SCREEN
first of all let me tell you what does my script do,
it´s a very simple query to show a e
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:
Code: [Select]$query
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
Get value from Select menu
Hi!
Have tried to find the solution on the web. Don't know if there is an easy one. A descrip
PHP - MySQL Fail
My PHP code will only execute the first part of my code...
Code: <?php
sessio
difference between datetimes
($row['totime']-$row['fromtime'])/60
this is giving me 0
example of totime and fromtim
timezone change with date()
so i put all my times for posts in my made from scratch forum(not phpbb3 or sm)
in my mysql db u
my two tables
table1 : col1 = topicid , col2 = topic
table2 : col1 = sentid, col2 = sentence
Cod