Forum: PHP Nov 23rd, 2004 |
| Replies: 19 Views: 6,256 Re: PHP Beginner Here Ok.. Its fine. There should be somthing not to be understood for all. I wish You Best of Luck. |
Forum: PHP Nov 16th, 2004 |
| Replies: 19 Views: 6,256 |
Forum: PHP Nov 11th, 2004 |
| Replies: 5 Views: 3,137 |
Forum: PHP Nov 10th, 2004 |
| Replies: 5 Views: 3,137 Re: I had a experience of a website coded in PHP Thanks fpepito,
i am not sure of this. because I have no authority or not administrator on this site i mentioned.
But i Think this kind of error came from the unexpected threads that exit the... |
Forum: PHP Nov 9th, 2004 |
| Replies: 19 Views: 6,256 Re: PHP Beginner Here Recommended Book:MySQL/PHP Database Applications
by Jay Greenspan & Brad Bulger
I used this & i like it.
Here you will face applications in detail for beginners as... |
Forum: PHP Nov 9th, 2004 |
| Replies: 5 Views: 3,137 I had a experience of a website coded in PHP Hi all
I had a experience of a website coded in PHP. that was a student result database site. specially used for publishing national certications exam in my country. the results are used to publish... |
Forum: PHP Nov 9th, 2004 |
| Replies: 3 Views: 2,428 |
Forum: MySQL Nov 8th, 2004 |
| Replies: 1 Views: 3,113 |
Forum: PHP Nov 8th, 2004 |
| Replies: 1 Views: 2,721 Re: Cookies!!! , The Cheaters!!! This limitation is mentiones in the <a href=�http://wp.netscape.com/newsref/std/cookie_spec.html�> Netscape HTTP Cookies Preliminary Specification </a> above but I thought it might save someone... |
Forum: PHP Nov 8th, 2004 |
| Replies: 3 Views: 2,428 |
Forum: PHP Nov 7th, 2004 |
| Replies: 3 Views: 2,434 Re: PHP code not blending with HTML Your code should look like this......
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td width>some item</td>
</tr>
<?php
drawRow(); // draw another similar row
?> |
Forum: PHP Nov 4th, 2004 |
| Replies: 6 Views: 3,449 |
Forum: PHP Oct 26th, 2004 |
| Replies: 1 Views: 2,199 |
Forum: PHP Oct 26th, 2004 |
| Replies: 1 Views: 3,977 Re: automatic type conversion <?php
//$var is an integer = 42
$str ="mice"; // it is declared as a string is assigned
$int =39; // it declared as integer as a integer value is assigned
echo "<b>str =\"3 mice\";</b> //it is... |
Forum: PHP Oct 22nd, 2004 |
| Replies: 3 Views: 11,546 |
Forum: PHP Oct 15th, 2004 |
| Replies: 4 Views: 9,031 Re: Update entire Mysql DataBase with PhP $q = "select * from DB_Product where Kind = $Kind ";
if(!($res = mysql_DB_query($DB, $q)))
die("query failed.");
$res = mysql_db_query($DB, $q);
while($row = mysql_fetch_object($res))... |
Forum: PHP Oct 7th, 2004 |
| Replies: 0 Views: 3,698 |
Forum: PHP Oct 2nd, 2004 |
| Replies: 2 Views: 2,934 |
Forum: PHP Oct 1st, 2004 |
| Replies: 2 Views: 2,934 |
Forum: Windows Servers and IIS Oct 1st, 2004 |
| Replies: 6 Views: 9,692 |
Forum: Windows Servers and IIS Oct 1st, 2004 |
| Replies: 6 Views: 9,692 |
Forum: Windows Servers and IIS Sep 27th, 2004 |
| Replies: 6 Views: 9,692 |
Forum: PHP Sep 27th, 2004 |
| Replies: 5 Views: 4,052 |
Forum: PHP Sep 26th, 2004 |
| Replies: 5 Views: 4,052 |
Forum: PHP Sep 8th, 2004 |
| Replies: 7 Views: 4,806 |