Search found 21 matches

by jigaruu
Sun Mar 21, 2004 1:04 am
Forum: PHP - Code
Topic: how to include php function in html page
Replies: 2
Views: 777

how to include php function in html page

i have got a function ready in my php page and the same is need to be called in the html page, the function does the work of displaying the image and counts and do many other work, so i need to run that particular function in particular <TD> tag. so can any one help me to include the same and also h...
by jigaruu
Thu Mar 04, 2004 6:13 am
Forum: PHP - Code
Topic: php with iframe
Replies: 4
Views: 1923

ya sure <?php require("config.inc.php"); include("view.inc.php"); require("acl.inc.php"); ?> <html> <head></head> <body> <table width="100%" border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bo...
by jigaruu
Thu Mar 04, 2004 5:32 am
Forum: PHP - Code
Topic: php with iframe
Replies: 4
Views: 1923

Hey i need to show the view() instead of src which is given there in iframe tag, i dont want to use source i need to use to view() to show the picture.
by jigaruu
Thu Mar 04, 2004 5:16 am
Forum: Installation and Configuration
Topic: restarting an apache
Replies: 2
Views: 7281

service httpd restart

see this might do but for this u need to be root.
by jigaruu
Thu Mar 04, 2004 5:13 am
Forum: PHP - Code
Topic: php with iframe
Replies: 4
Views: 1923

php with iframe

this is my i frame code <iframe name="I2" width="122" height="67" align="right" src="../My%20Documents/flash/myname.png"> Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td> but what i ne...
by jigaruu
Fri Feb 27, 2004 10:17 pm
Forum: PHP - Code
Topic: is it possible to write in word file
Replies: 9
Views: 1787

hey i am back and, can u help me i got how to write in text file and save it but same is not working with rtf file.
by jigaruu
Fri Feb 27, 2004 7:51 am
Forum: PHP - Code
Topic: is it possible to write in word file
Replies: 9
Views: 1787

ya i am trying so get back to this as i am done, but it will take time as i am off ofr the day, so talk to you tomorow
by jigaruu
Fri Feb 27, 2004 7:42 am
Forum: PHP - Code
Topic: is it possible to write in word file
Replies: 9
Views: 1787

i tried, downloading is possible, and it also opens for editing but the writing is what creating problems, no error message is generated and everything is going on fine, but file is not written or saved. and also the word format is requested by client so we cannot change the sane, but still if its p...
by jigaruu
Fri Feb 27, 2004 7:22 am
Forum: PHP - Code
Topic: Test my server status
Replies: 1
Views: 653

check out here, its for sql server and i think it will be more or less same for this also

http://www.devarticles.com/c/a/SQL-Serv ... nce-Audit/

it briefs u
by jigaruu
Fri Feb 27, 2004 7:10 am
Forum: PHP - Code
Topic: Setting up PHP
Replies: 7
Views: 1021

Do one thing try to browse some other already working file, then it wils show you the exact error and u can then track out the exact problem.
by jigaruu
Fri Feb 27, 2004 7:05 am
Forum: PHP - Code
Topic: logging referer information
Replies: 11
Views: 2150

hey do one thing, just pass session variables also with it, hidden or open so that ur's session remains active and all the directed pages work.
by jigaruu
Fri Feb 27, 2004 7:03 am
Forum: PHP - Code
Topic: is it possible to write in word file
Replies: 9
Views: 1787

is it possible to write in word file

I need to know that is it possible to write in the word file instead of txt file, if it is a .rtf file it will do if its possible to write in it, i searched a lot, but no success, so plz help me out

thanks in advance.
by jigaruu
Fri Feb 27, 2004 6:57 am
Forum: PHP - Code
Topic: mail system...can somebody help?
Replies: 8
Views: 1415

Better use Pine if u are on the Linux operating system, its already configured and u can easily access the same, just by typing pine or mail on the command prompt.

and if on windows squirrel mail will be fun.
by jigaruu
Thu Feb 26, 2004 4:59 am
Forum: PHP - Code
Topic: HELP Exchange 2003 and PHP mail() clash HELP HELP HELP
Replies: 8
Views: 1341

Ok got the error it was just the <br> which was written at the wrong place, try this this will work. <?php $to1="jigar@mediaibc.com"; $subject="New thing is uploaded on date ".date(" l, d-F-Y"); $message="<br>========================================================...
by jigaruu
Tue Feb 24, 2004 10:54 pm
Forum: PHP - Code
Topic: sending automatic emails
Replies: 4
Views: 1387

i agree to illusionist,

use cron jobs on linux or task scheduling on windows, just write the mail command in any file and store the following location on to that task into cron or in task scheduler and the script will run at those times.

hope this explaing u better