Forum: PHP Mar 16th, 2009 |
| Replies: 6 Views: 487 <html>
<body>
<script type="text/javascript">
function validate(form){
var errors = [];
if ( !checkRadioArray(form.science_soundness) ) {
errors[errors.length] = "Please select grade... |
Forum: PHP Mar 16th, 2009 |
| Replies: 1 Views: 333 use ajax...
pls exp.. clearly(about ur probs) |
Forum: PHP Mar 16th, 2009 |
| Replies: 3 Views: 353 not clear... but intresting to reply..
<?php
$arr = array(11,25,3,47,775,96,70,82,29,10);
$outputArr = Array();
foreach($arr as $key => $value) {
$count++;
$outputArr[$value] =... |
Forum: PHP Mar 5th, 2009 |
| Replies: 3 Views: 259 hi,
i spend half a day to solve this.... so pls thanx me:)
<?php
$data = array(
10=>array(
'title' => 'AA', |
Forum: PHP Mar 4th, 2009 |
| Replies: 28 Views: 1,270 u hv gmail id?.. can u come 2 chat? |
Forum: PHP Mar 4th, 2009 |
| Replies: 28 Views: 1,270 ur local machine might be window....
wt abt ur site... (It is in linux server only know) |
Forum: PHP Mar 4th, 2009 |
| Replies: 28 Views: 1,270 my window server...
default temp folder (c:/windows/temp)
wt abt u? r u using window/linux?
by seeing ur error.. i could able to understand . its linux.
So please make sure var/tmp folder and... |
Forum: PHP Mar 4th, 2009 |
| Replies: 28 Views: 1,270 hi gagan,
I tried to create the same error.... in my local system...
by,
i removed write permission to my temp folder(c:\windows\temp).
and i ran my php program which has the session_start.. and... |
Forum: PHP Mar 4th, 2009 |
| Replies: 28 Views: 1,270 hi gagan,
pls send ur (session_start) thread url... |
Forum: PHP Mar 4th, 2009 |
| Replies: 28 Views: 1,270 hi gagan,
Please send me ur thread URL... (session_start).. |
Forum: PHP Mar 3rd, 2009 |
| Replies: 14 Views: 673 hey... y u copied... and pasted without any comments (my code) |
Forum: PHP Mar 3rd, 2009 |
| Replies: 9 Views: 596 ya ofcourse...
before executing the query.... the parser will parse the arguement... after that only the mysql_query function will execute the query... |
Forum: PHP Mar 3rd, 2009 |
| Replies: 28 Views: 1,270 //while clicking download button do this process
$content - should have the content like
$content = "<table><tr><td>val1</td><td>val2</td></tr></table>";
header('Pragma: anytextexeptno-cache',... |
Forum: PHP Mar 3rd, 2009 |
| Replies: 14 Views: 673 <html>
<head>
</head>
<body>
<?php
// MySQL Connection Information
$server = "localhost";
$username = "sharlene";
$password = "";
$dbname = "baby_names"; |
Forum: PHP Mar 2nd, 2009 |
| Replies: 9 Views: 596 while using double quotes.. parser will search for php variable("my name is vinoth" instead use 'my name is vinoth') inside that string...(execution/parsing time will be greater). If we want to... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 13 Views: 723 <script type="text/javascript">
function getCatalogDetails(catalogControl) {
if(catalogControl.value != 0)
document.catalogFormName.submit();
}
</script>
<form action="forum1.php"... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 13 Views: 723 <form action="index.php" name="catalogFormName" id="catalogFormId" method=GET name=chcat >
<select name="catalogName" id="catalogId" onChange="getCatalogDetails(this)">
<option... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 9 Views: 846 Check php.ini and find the session.save_path. Make sure that the file mentioned exists and is writable |
Forum: PHP Mar 2nd, 2009 |
| Replies: 6 Views: 336 $sql = "SELECT * FROM `list` WHERE `title` LIKE '%".$search[0]."%' AND `url` LIKE '%".$sites[0]."%'";
$catcnt = mysql_fetch_row(mysql_query($sql));
... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 9 Views: 596 To be a better php programmer always use single quotes like this,
mysql_query('DELETE FROM user_notifications WHERE username="'.mysql_real_escape_string($acc).'" AND... |
Forum: PHP Apr 30th, 2008 |
| Replies: 3 Views: 5,957 Not that much perfect coding solution |
Forum: PHP Apr 30th, 2008 |
| Replies: 3 Views: 898 Hi,
Can u try this,
$details = array();
$details['deb_queue_cnt'] = @mysql_result(mysql_query("select count(*) from debate_queue")) or die(mysql_error() );
$details['deb_cnt'] =... |
Forum: PHP Apr 25th, 2008 |
| Replies: 3 Views: 838 for i.e7 C:\Documents and Settings\username\Local Settings\Temporary Internet Files |
Forum: PHP Apr 25th, 2008 |
| Replies: 2 Views: 995 ya sure...
u want to get images from particular folder ( or expressing some other thought)? |
Forum: PHP Apr 25th, 2008 |
| Replies: 2 Views: 1,036 I think... wt u hv expressed is 100% correct |
Forum: JavaScript / DHTML / AJAX Apr 25th, 2008 |
| Replies: 6 Views: 6,916 I hope.. ur using static div's for response text... right!!!
Make some relations for those ids...
like..
div_content_details_1,
div_content_details_2
div_content_details_3.. and etc., |
Forum: PHP Apr 22nd, 2008 |
| Replies: 3 Views: 600 Hi,
No need to use ajax for all things...
u can sole this thro javascript itself..... think easy - make easy |
Forum: PHP Apr 22nd, 2008 |
| Replies: 3 Views: 600 Hi,
This is Vinoth from india.
First step: U must load all hotels in one combo with key - hotel id
(First value "" and lbl is <--please select-->)
Second step: Put empty combo for rooms... |