RE: [PHP] Creating domain and default page

2001-06-30 Thread E K L
d the domain's 'zone' file >3) restart both 'named' and 'apache' >4) copy an 'index.php' into the subdomain's newly created directory. > >there are probably better ways to do it, but that's >how i add subdomains to my machine when i

[PHP] Creating domain and default page

2001-06-28 Thread E K L
Hi all, Can anybody give me a guideline or idea on how to write a PHP scriot which is used to create a domain or sub-domain and a default page and a same time. My OS is Red Hat Linux 6.1. For example, in my program, when i press "activate' button, the script will create me a sub-domain

[PHP] Urgent:Mysql read only, please help?

2001-05-18 Thread E K L
Hi all, Anybody can help me to fix this problem: ERROR 1036: Table 'trade_account_credit' is read only I just want to update the table and i login as root.But i came across the error, please help. It's very urgent. _ G

[PHP] FTP

2001-05-02 Thread E K L
Hi all, I'm facing this serious problem where i can not ftp to my server. Any idea to help to solve the problem? It could be possibly caused by the ownership of the ftp folder. But, i don't know which folder is the right ftp folder for me to change mode. Please help. E K

[PHP] session

2001-04-14 Thread E K L
Hi, Is there anybody can help to do this: My web site has 3 pages :a.php, b.php and c.php. I want to capture the session in those 3 pages. Without an id, visitor can't view my page. When visitors leave the site, thier session should be removed. The problem is how to remove the session

Re: [PHP] Edit crontab to set schedule..

2001-04-09 Thread E K L
Then, what am i suppose to do to solve the problem? Please consult >From: Lewis Bergman <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: Re: [PHP] Edit crontab to set schedule.. >Date: Mon, 9 Apr 2001 22:44:25 -0500 (CDT) > > > and i have this in mailbox when the s

[PHP] Edit crontab to set schedule..

2001-04-09 Thread E K L
Hi all, I tried to edit the crontab file in this directory /etc to set schedule to run some programs. But, i failed to do so as the schedule doesn't work. I'm asking if anybody can help me to solve the problem. Below are the information: command written: 10 11 * * * root lynx -dump http://192.

[PHP] Please Help!

2001-04-02 Thread E K L
Hi Experts, It seems to me that, the topic is not attractive or challenging that makes nobody come to problem. But I really hope those experts or experiance ppl can give me ur hands. Please Help! I'm planning to build a template but failed to do so Here is the code: define(array("topleve

[PHP] how to build a template??

2001-04-02 Thread E K L
Hi Experts, I'm planning to build a template but failed to do so Here is the code: define(array("toplevel" => "toplevel.tpl")); $tpl->assign("title", "R U THEre"); $tpl->assign("content", "try this out"); $tpl->parse("main", "toplevel"); $tpl->FastPrint(); ?> error: Warning: Failed ope

[PHP] Header Problem...

2001-03-26 Thread E K L
Hi all, could any one tell me that how do I go to a specific URL using php command.At the same time, I would like to pass the variable to the page. I used header to do it but failed, with the error message:- Warning: Cannot add header information - headers already sent by (output started at /u

[PHP] Creating tree using table?

2001-03-23 Thread E K L
Hi all, Currently, i'm trying to write a program which is related to tree manipulation. Meaning that, i'll search the tree to get level or count how many child exist for particular parent, for example. Initially i planned to use table to represent all kind of datas that are parent, left