Page 1 of 1

Unique settings and logfiles

Posted: Sun Jan 01, 2006 5:16 pm
by Billy
Script URL: www.barkdullfuneralhome.com
Version of script: 1.34
Version of PHP:
Hosting company: Avid
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try: logfile, entries.txt

Write your message below:

I plan to use the GBook script for online condolences for a funeral home site and wondered if there was a clean way to use separate logfile and settings files with one GBook.php? Is there a way to identify and pass unique variables to the script when you call it? Or am I asking to much of the script as it exists?

I'm new to PHP but have used REXX and some VB. Be gentle..... :lol:

Posted: Mon Jan 02, 2006 11:08 am
by Klemen
Anything can be done, but not without a lot of editing. Try finding a script that already has this in-built.

Regards,

Posted: Mon Jan 02, 2006 3:21 pm
by Billy
Thanks for nothing..............

Posted: Tue Jan 03, 2006 12:18 am
by Klemen
Just because I provide FREE scripts it doesn't mean I'm a FREE programmer.

Posted: Tue Jan 03, 2006 10:18 am
by Billy
Klemen,

All I wanted to know was whether or not I could pass variables to the script (as other languages allow) and help with that syntax. I can understand not being a free programmer, but I didn't ask you to rewrite your script, only to help me to modify it myself.

To tell me to find a script that already fits my desired results was no help at all.

Posted: Tue Jan 03, 2006 11:02 am
by Klemen
Billy, please understand I get DOUZENS of such request EVERY DAY. I simply cannot afford the time to do it, these are free scripts with no support whatsoever guaranteed (although I do provide limited support on this forum).

If you have general questions about PHP you should consult PHP tutorials and/or manual at www.php.net and www.google.com
Of course you can pass in variables, either using (hidden) fields in HTML forms or query string (script.php?var1=a&var2=b&var3=something).

Regards