Search found 18 matches

by heerajee
Wed Mar 22, 2006 4:16 am
Forum: PHP - Code
Topic: now() function for inserting date....?
Replies: 2
Views: 297

now() function for inserting date....?

Hi,
I am wasting alot of time on this, but the current date is not being inserted.
mysql_query("update courierinfo set cstatus=1,Delivereddate=".NOW()." where id='".$_REQUEST['trid']."'");



Plz tell me where is the error.
Thanks in advance.
by heerajee
Mon Mar 20, 2006 11:30 pm
Forum: Installation and Configuration
Topic: mod_gzip help!!!
Replies: 0
Views: 1176

mod_gzip help!!!

Hi,

I want help for mod_gzip of Apache 1.3 for Windows XP installation & configuration.
I have no default options for mod_gzip(add module,loadmodule) in Apache's httpd.conf file.
I am using EasyPHP that includes php,mysql&Apache.
by heerajee
Wed Mar 15, 2006 6:08 am
Forum: Installation and Configuration
Topic: mod_rewriteRule for 2 variables????
Replies: 1
Views: 1100

mod_rewriteRule for 2 variables????

Hi, A problem is there when two variable are being populated. like. <a href="abc.php?a=1&b=2">click here</a> how will we use these two variable on the next page. With one variable, this is rewrite rule. RewriteRule ^xyz([^/\.]+)/?$ abc.php?stock_no=$1 so, for two variables what will be...
by heerajee
Mon Mar 13, 2006 5:31 am
Forum: Installation and Configuration
Topic: little help on mod_rewrie!
Replies: 4
Views: 1688

feyd | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] I think u could not get understand my point or u dont know the right code for this condition. index1.php <?php print "This is i...
by heerajee
Mon Mar 13, 2006 12:56 am
Forum: Installation and Configuration
Topic: little help on mod_rewrie!
Replies: 4
Views: 1688

little help on mod_rewrie!

Hi, I think the mod_rewrite only works when we give the address in the address bar of static page manually. what if i have http://www.abc.com website that has a link Contactus and takes me to the contactus.php and the address bar shows the address as http://www.abc.com/contactus.php, but i want that...
by heerajee
Sat Mar 11, 2006 1:49 am
Forum: Installation and Configuration
Topic: No one knows about Mod_Rewrite????????
Replies: 1
Views: 1200

No one knows about Mod_Rewrite????????

Two files on the FTP server in the folder test(index.php, check.php). index.php file has the link like <a href="check.php">click here</a>. :oops: This link does well, but i want that when the user clicks on this link, the check.php files opend but in the address bar the address displayed a...
by heerajee
Fri Mar 10, 2006 5:21 am
Forum: Installation and Configuration
Topic: Help for Mod_ReWrite
Replies: 6
Views: 2098

"A little bit done, A little bit left"

I have done this but with alice.html & bob.html, when i call the alice.html this shows the bob's contents but the address bar shows the address as alice.html but i want the address showed the address as alice.php.
If any one helped me, i am very thankful to him.
Thanks
by heerajee
Fri Mar 10, 2006 1:34 am
Forum: Installation and Configuration
Topic: Help for Mod_ReWrite
Replies: 6
Views: 2098

Help! mod_rewrite

Hi,
I have studied the mod_rewrite mechanism and succeede in showing from old.html to new.html.
But now i want that transfering the http://www.abc.com/index.php to http://www.abc.com/index.html.
How it is possible to implement this on my whole site.
Thanks in Advance.
Asif Arif
by heerajee
Thu Mar 09, 2006 8:19 am
Forum: Installation and Configuration
Topic: Help for Mod_ReWrite
Replies: 6
Views: 2098

Help for Mod_ReWrite

Now, i have changed the title to make it easy yo understand. I hope now some one will tell me its solution. I dont want to use frames instead mod_rewrite. Thanks. I have made a small assignment by changing in the httpd.conf file but in vain. LoadModule rewrite_module modules/mod_rewrite.so AddModule...
by heerajee
Thu Mar 09, 2006 4:20 am
Forum: Installation and Configuration
Topic: Help for Mod_ReWrite
Replies: 6
Views: 2098

Help!

Thanks of your interest, but u did not give me any tip for solution.
I will be thankful to anyone to do help.
Thanks.
by heerajee
Wed Mar 08, 2006 3:56 am
Forum: Installation and Configuration
Topic: Help for Mod_ReWrite
Replies: 6
Views: 2098

Help for Mod_ReWrite

Hi, I want to do my website address to be show in the address bar as abc.com on every page using PHP. For this plz, guide to me how it is possible in little bit detail. & which apache version is suitable for installation and this mod_rewrtie, and from where it is easily available to download. Th...
by heerajee
Fri Mar 03, 2006 11:24 pm
Forum: PHP - Code
Topic: Date(Fabruary-14-2003)!
Replies: 2
Views: 401

Date problem.

Assalamo Aliekum,

I am very thankfurl for your consideration, i want to know tha how can i enter this date(Fabruary-14-2003) with the help timestamp into the database.

Thanks in advance.
Asif Arif
by heerajee
Thu Mar 02, 2006 5:51 am
Forum: Installation and Configuration
Topic: "2 servers on pc?"
Replies: 5
Views: 1833

Some information is required.
1- after installing the 2nd server(IIS) which property we will use to chang the ports of these servers.
2- After installing both, how will we run the files on these servers.
3- Is it possible to run 2 server at the same time.





Thanks.
Asif Arif
by heerajee
Thu Mar 02, 2006 5:22 am
Forum: Installation and Configuration
Topic: "2 servers on pc?"
Replies: 5
Views: 1833

"2 servers on pc?"

Assalamo Aliekum,

I have installed easy php on pc with apache, i want to know that how can we run 2 servers on one mashine i.e; iis & apache.
I am very thankful for your consideration and response.


Thanks.
by heerajee
Thu Mar 02, 2006 4:59 am
Forum: PHP - Code
Topic: Date(Fabruary-14-2003)!
Replies: 2
Views: 401

Date(Fabruary-14-2003)!

Hi, I have got tired while finding out the way to input the date into the database inthe form of "Fabruary-14-2003". while using three lists to select date(list for year,list for month,list for days), then concatinate them in one variable. While inserting into the database i got error (Unk...