Post, not working, please help
The error is:
Method Not Allowed
The requested method POST is not allowed for the URL /student
Send inserts to mysql thru port 80
Hi!
I have an application that must do some inserts in a mysql db. This db is behind a firewa
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
SQL query not working well
Hi,
I made a small table with 5 rows and want to make them an sql consult using rownum
What are causes of a connection-timeout with fopen()?
Hello! Here is the situation: The server I host my website on just upgraded it's PHP build from 4.4.
FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t
Need help with basic sql
Hi,
I am using oracle 10g, and having some small doubts related to sql , here goes the si
At max how many columns is advisable to create in a table/view
Hi All,
I have two transaction table from which i want to create a simple view or material
Alternate messaging
I have 4 strings in MySQL db1
$string1 : Hello
$string2 : Hi
$string3 : Great
$strin
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)