Search found 116 matches

by bawla
Wed Aug 18, 2004 10:33 pm
Forum: PHP - Code
Topic: Some Help Please
Replies: 1
Views: 261

Some Help Please

One thing I need to change about this script is to make the filename a link so people can download them, and after the file size I need it to say bytes. Thats basically it, not very hard but I dont know very much just need some quick assistance. <?php echo "<table border='1' bordercolor='#D2D2D...
by bawla
Tue Aug 17, 2004 12:41 am
Forum: PHP - Code
Topic: What do you call this?
Replies: 2
Views: 342

directory list sounds good, i need this script to make the filename a link so people can download it, and display some other info like date added, file size etc...
by bawla
Tue Aug 17, 2004 12:03 am
Forum: PHP - Code
Topic: What do you call this?
Replies: 2
Views: 342

What do you call this?

I wanna know what you would call this script so I can search for it. I cannot think of a name.

A script that looks into a certain folder and displays all the files in that folder on a page. I need it to do this with torrent files.

Donno :roll:
by bawla
Tue Jul 06, 2004 10:45 am
Forum: Javascript
Topic: Switching Stylesheets
Replies: 1
Views: 705

Switching Stylesheets

I found this tutorial, http://www.alistapart.com/articles/alternate/ and I wanted to do that but I want to change the color of the site which would require images to be changed, and I don't know how to do that with stylesheet. They only other way I can think of just changing the color would be to ha...
by bawla
Wed Jun 09, 2004 11:30 am
Forum: Miscellaneous
Topic: MySQL
Replies: 7
Views: 2340

Dang.
by bawla
Wed Jun 09, 2004 11:10 am
Forum: Miscellaneous
Topic: MySQL
Replies: 7
Views: 2340

MySQL

This is the easiest way I can think of explaining my question.

If my friend's host does not have MySQL but he needs to run a script that needs MySQL to work. Could he link his script to my "MySQL table"?
Thanks in advance.
by bawla
Mon Jun 07, 2004 2:23 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

Thanks alot! Works great.
by bawla
Sun Jun 06, 2004 9:13 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

Same error again.
by bawla
Sun Jun 06, 2004 5:57 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

Parse error: parse error in /home/krunk/public_html/BnX/index.php on line 14
by bawla
Sun Jun 06, 2004 1:37 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

This is what I got, but I keep getting an error. <?php $password = "bnx4life"; if ($_POST['txtPassword'] != $password) { ?> <b>Log In</b> <form name="form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <p><label for="txtpassword">Passwo...
by bawla
Sun Jun 06, 2004 1:23 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

Just to let you know before you start yelling at me, yes I did forgot some of what I knew before, but I started out with very little from the beginging.
by bawla
Sun Jun 06, 2004 1:21 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

<?php $password = "bnx4life"; if ($_POST['txtPassword'] != $password) { ?> <b>Log In</b> <form name="form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <p><label for="txtpassword">Password:</label> <br /><input type="password&quo...
by bawla
Sun Jun 06, 2004 1:18 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

Nope doesnt work.
by bawla
Sun Jun 06, 2004 1:14 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

Well when I use the header or the javascript, the page loads before you fill out the form.
by bawla
Sun Jun 06, 2004 1:07 pm
Forum: PHP - Code
Topic: [SOLVED]Help
Replies: 27
Views: 1681

The whole code.