Search found 7 matches

by vetrivel
Tue Sep 16, 2008 2:22 pm
Forum: PHP - Code
Topic: How do I find out the FTP path?
Replies: 1
Views: 433

Re: How do I find out the FTP path?

just upload a file with this content

<?php
echo phpinfo();
?>

and run it.. then you can able to see all the details of the server..
..
if there is any other way .. let me know????
by vetrivel
Tue Sep 16, 2008 2:03 pm
Forum: PHP - Code
Topic: next, previous row.... my code
Replies: 2
Views: 482

Re: next, previous row.... my code

hey whether new is auto incremented value? if so what happen if u deleted a row(ex:5 in your case).?????? so, what i suggest is use query to get the next and previous value like( $next= mysql_fetch_array(mysql_query("SELECT new FROM BLABLA WHERE new > $_GET[new] order by new ASC LIMIT 0,1"...
by vetrivel
Tue Sep 16, 2008 1:40 pm
Forum: Databases
Topic: I Had This Working and Made a Change and Broke It...
Replies: 1
Views: 318

Re: I Had This Working and Made a Change and Broke It...

hey..
At first line
remove "<?" and add this"<?php". this will do a lot depends on your version(what php version you are using?).
and avoid using print and try to use echo (both are almost same but speed matters.)
by vetrivel
Tue Sep 16, 2008 1:24 pm
Forum: PHP - Code
Topic: Help me...My login form cannot be function
Replies: 2
Views: 687

Re: Help me...My login form cannot be function

Your code is working fine.i just tried it and works..
what password u entered..
type the correct password which you entered while registration..
by vetrivel
Fri Sep 12, 2008 1:43 pm
Forum: PHP - Code
Topic: implode function
Replies: 8
Views: 549

Re: implode function

try to change ur implode like this
$string = implode("^",$value); instead of $string = implode($value,"^");
by vetrivel
Fri Aug 08, 2008 11:03 pm
Forum: PHP - Code
Topic: need help for converting xml to php
Replies: 2
Views: 153

Re: need help for converting xml to php

if i put this $dom->getElementsByTagName('BillingAddress'); i wil get all the values (firstname , lastname...) in same variable like this->Raymond1Yingraymond.ying@telecom.co.nz027251451735 Virginia Ave EastKingslandAucklandAuckland RegionNZ... i dont know what 2 do? thats why i posted here.....
by vetrivel
Thu Aug 07, 2008 7:04 am
Forum: PHP - Code
Topic: need help for converting xml to php
Replies: 2
Views: 153

need help for converting xml to php

Hi Friends, I m having xml file and i need to convert it to php and then i need to insert it into mysql table. While doing so i come across few issues.and i dont know how to solve it. ................................this is my xml file.................................................. <?xml version=...