Search found 22 matches

by gavin1996
Sun Jan 10, 2010 6:07 am
Forum: PHP - Code
Topic: auto login
Replies: 1
Views: 341

Re: auto login

Permanent cookie
by gavin1996
Sun Jan 10, 2010 5:56 am
Forum: PHP - Code
Topic: how to export excel file in same server
Replies: 2
Views: 531

Re: how to export excel file in same server

:D :D you should using fwrite function.   <?php $filename = '123.xls'; $handle = @fopen($filename,'w+'); $a= "hello?world"."\t"; $a.= "world"."\t"; $a.= "\t\n"; $a.= "this is second line"."\t"; fwrite( $handle , $a ); fclose; ?>  ...
by gavin1996
Sun Jan 10, 2010 5:51 am
Forum: Javascript
Topic: form with javascript buttons
Replies: 1
Views: 580

Re: form with javascript buttons

you should using "insertROW and innerHTML of DHTML" do it following is a simple example:   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <he...
by gavin1996
Fri Feb 02, 2007 2:10 am
Forum: PHP - Code
Topic: application admin not reflecting in client side
Replies: 1
Views: 369

check your php.ini
by gavin1996
Fri Feb 02, 2007 1:53 am
Forum: PHP - Code
Topic: mail() function not working
Replies: 11
Views: 1748

Is your smtp server is ok?


Php send email with SMTP
http://www.website-tutorial.net/detail. ... cle_id=186
by gavin1996
Fri Feb 02, 2007 1:36 am
Forum: PHP - Code
Topic: function doesnt write to the file
Replies: 8
Views: 1027

by gavin1996
Thu Feb 01, 2007 11:23 pm
Forum: PHP - Code
Topic: Associative arrays with smarty
Replies: 10
Views: 1105

Try "recursion"
by gavin1996
Thu Feb 01, 2007 11:17 pm
Forum: PHP - Code
Topic: Locked
Replies: 5
Views: 1185

????
by gavin1996
Thu Feb 01, 2007 11:15 pm
Forum: PHP - Code
Topic: Embedding PHP code/file in HTML file
Replies: 10
Views: 2539

Guy,you should using javascript or iframe


<script src="../temp.php"></script>


<iframe src=''></iframe>
by gavin1996
Thu Feb 01, 2007 12:19 am
Forum: PHP - Code
Topic: how to embed video
Replies: 13
Views: 1157

Re: how to embed video

sarbas wrote:Hi,
I need to run video files in php.How to embed video files in php file. Is it possible to use flash player?
i've no idea.... waiting for your reply.


Thanks with regards
Sarbas.

How to insert a movie into a HTML document?
http://www.website-tutorial.net/detail. ... cle_id=184
by gavin1996
Thu Feb 01, 2007 12:06 am
Forum: PHP - Code
Topic: The id number won't go into the database???
Replies: 6
Views: 1053

$insert = "INSERT INTO `clearingsales_photos` (`parent_id`, `photos`, `filename`) VALUES ('$parent_id', '$photo', '$filename')";


echo $insert; <---what's the Result?
by gavin1996
Wed Jan 31, 2007 11:59 pm
Forum: Javascript
Topic: retrive and display
Replies: 8
Views: 1080

Re: retrive and display

Hello, I have a combo box (drop down). i am retriving various sizes from database and displaying in that. In another field of that table has its corresponding price for it. if i change the sizes, the corresponding price for each sizes should display, without the form being submitted. (Without using...
by gavin1996
Wed Jan 31, 2007 7:11 pm
Forum: PHP - Code
Topic: Little problem in PHP
Replies: 4
Views: 596

by gavin1996
Wed Jan 31, 2007 4:34 am
Forum: PHP - Code
Topic: can we post the same form to more than one page
Replies: 7
Views: 613

Re: can we post the same form to more than one page

chitrapu wrote:hello everybody,
i have a small problem. i have a form that has 4 textfields and one listbox. i need to submit this form to two pages. is it possible??? if so can u plz send me a brief code of it.

You should Submit this form to a page ,.... one by one
by gavin1996
Wed Jan 31, 2007 4:24 am
Forum: PHP - Code
Topic: The code below for ftp upload from remote machine to server
Replies: 7
Views: 1164

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] <?php $ft...