Forum: PHP 6 Days Ago |
| Replies: 2 Views: 209 how can i integrate live video playing in my personal website?i mean live video streaming integration in the website. I need the help[ urgently. |
Forum: PHP Aug 13th, 2008 |
| Replies: 1 Views: 296 How can i make a chat server with all the facility using php?:( |
Forum: PHP Jul 11th, 2008 |
| Replies: 4 Views: 350 Why this error is showing? Please solve it!!!!!!!:'( :@
Allowed memory size of 33554432 bytes exhausted (tried to allocate 1464 bytes)
I need a response immidiately!!!!!! |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2008 |
| Replies: 1 Views: 620 Why the javascript code is not running in this example?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html... |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2008 |
| Replies: 3 Views: 793 I need a simple login and logout page in php. how can i retrieve data from database in a session? |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2008 |
| Replies: 3 Views: 793 Can anyone send me a simple, understandable javascript code for form validation, including e-mail validation,name validation , password validation etc. pls! send me in hurry!!!:'( |
Forum: PHP Apr 15th, 2008 |
| Replies: 1 Views: 1,529 Why the warning is showing and the header is not sendingwith this script?
<?php
function authenticateUser($user,$password)
{
$con=mysql_connect("localhost","root","");... |
Forum: PHP Apr 11th, 2008 |
| Replies: 2 Views: 402 what is the problem with this code?
<body bgcolor="#FFFF00">
<div align="center">
<table width="284" border="4" cellspacing="2" cellpadding="2">
<tr>
<td width="92">cat_id</td>
... |
Forum: PHP Apr 5th, 2008 |
| Replies: 2 Views: 478 Can anyone tell me the name of the websites from where i can get the free website design templates!! including flash files!! and many more!! pls. send all the possible links!!! i am not getting the... |
Forum: PHP Apr 4th, 2008 |
| Replies: 2 Views: 372 Thanx nav33. I am really greateful to you!!!!!!!!!!:) |
Forum: PHP Apr 4th, 2008 |
| Replies: 2 Views: 372 pls help me!! why this code is not executing?also send me the exact code to fetch a table from a database in a table format in a web page!!!!!
<?php
$con=mysql_connect("localhost","root","");... |
Forum: PHP Feb 13th, 2008 |
| Replies: 2 Views: 818 Can u pls. tell me? how to create a web page with a session locking functio. & also with login & logout facilities? |
Forum: PHP Feb 12th, 2008 |
| Replies: 1 Views: 411 <?php
$con=mysql_connect("localhost","root","");
if(!$con)
{
die("could not connect:".mysql_error($con));
}
mysql_select_db("form",$con);
$result=mysql_query("select * from submit");... |
Forum: PHP Feb 12th, 2008 |
| Replies: 4 Views: 547 Thanks for replying!!!!!!!!!!! |
Forum: PHP Feb 11th, 2008 |
| Replies: 4 Views: 547 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type"... |