Search Results

Showing results 1 to 28 of 28
Search took 0.01 seconds.
Search: Posts Made By: vinothkumarc
Forum: PHP Mar 16th, 2009
Replies: 6
Views: 487
Posted By vinothkumarc
<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
Posted By vinothkumarc
use ajax...

pls exp.. clearly(about ur probs)
Forum: PHP Mar 16th, 2009
Replies: 3
Solved: array numbers
Views: 353
Posted By vinothkumarc
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
Posted By vinothkumarc
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
Posted By vinothkumarc
u hv gmail id?.. can u come 2 chat?
Forum: PHP Mar 4th, 2009
Replies: 28
Views: 1,270
Posted By vinothkumarc
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
Posted By vinothkumarc
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
Posted By vinothkumarc
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
Posted By vinothkumarc
hi gagan,
pls send ur (session_start) thread url...
Forum: PHP Mar 4th, 2009
Replies: 28
Views: 1,270
Posted By vinothkumarc
hi gagan,
Please send me ur thread URL... (session_start)..
Forum: PHP Mar 3rd, 2009
Replies: 14
Views: 673
Posted By vinothkumarc
hey... y u copied... and pasted without any comments (my code)
Forum: PHP Mar 3rd, 2009
Replies: 9
Views: 596
Posted By vinothkumarc
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
Posted By vinothkumarc
//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
Posted By vinothkumarc
<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
Posted By vinothkumarc
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
Posted By vinothkumarc
<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
Posted By vinothkumarc
<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
Posted By vinothkumarc
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
Posted By vinothkumarc
$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
Posted By vinothkumarc
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
Posted By vinothkumarc
Not that much perfect coding solution
Forum: PHP Apr 30th, 2008
Replies: 3
Views: 898
Posted By vinothkumarc
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
Posted By vinothkumarc
for i.e7 C:\Documents and Settings\username\Local Settings\Temporary Internet Files
Forum: PHP Apr 25th, 2008
Replies: 2
Views: 995
Posted By vinothkumarc
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
Posted By vinothkumarc
I think... wt u hv expressed is 100% correct
Forum: JavaScript / DHTML / AJAX Apr 25th, 2008
Replies: 6
Views: 6,916
Posted By vinothkumarc
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
Posted By vinothkumarc
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
Posted By vinothkumarc
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...
Showing results 1 to 28 of 28

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC