i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Delete records not in top 15
Hi,
I'm creating a hall of fame page in my game and the page will only display the top 15 sco
SAP Treasury - Commodities
We are running SAP ECC 6.0 with Treasury Activated.
EA-FIN is also activated (SFW5).
Word filter problem
Hello,
im trying to make a filter for words inputted in to my website but i want to store the
MySql timezone
Code: $sql = "SELECT *, date_format(date, '%m/%d/%Y at %I:%i %p' )as date FROM comments WHERE t
how to get IP address?
hey guys,
i have this code which is supposed to get me the IP address of my site visitors:
Print 'a' to 'z' via for loop
A very simple problem..
How Can I print a to z NOT a to y ?
It is a part of a code where
<
mysql_query returning boolean instead of mysql ressource
Hi,
I seem to have a weird issue with the php command mysql_query. I pass 2 arguments the que
my two tables
table1 : col1 = topicid , col2 = topic
table2 : col1 = sentid, col2 = sentence
Cod
Echo multiple lines of html code
Hi guys,
I would like to know if there is a way to echo multiple lines of html codes.