Forum: PHP 3 Days Ago |
| Replies: 5 Views: 250 Thanks for your help. I thought it was mod_rewrite but wasn't sure. Can you also use this to get rid of the question mark (?) made by PHP? Like if you have a pagination and it has this after the page... |
Forum: PHP 3 Days Ago |
| Replies: 5 Views: 250 Is it possible to remove the suffix of URLs using the .htaccess file?
For example you have http://www.example.com/page.php can you change it to http://www.example.com/page without the .php. I want... |
Forum: PHP 5 Days Ago |
| Replies: 9 Views: 481 Can you expand a little more? Im not too good with PHP and stuff. Where should I put that? |
Forum: PHP 14 Days Ago |
| Replies: 9 Views: 481 can you expand a little more? lets just say im not too good with PHP |
Forum: PHP 16 Days Ago |
| Replies: 9 Views: 481 ok. I will try the other method. I am on my phone now so I can't but I will try later |
Forum: PHP 16 Days Ago |
| Replies: 9 Views: 481 But I thought that you shouldn't do that because it is not widely compatible. |
Forum: PHP 16 Days Ago |
| Replies: 9 Views: 481 I am trying to enable Gzip for CSS and JavaScript but whenever I do it the CSS fails to load (thats what firebug says) and same with some of the JavaScript (like some of it loads and other doesn't.... |
Forum: PHP Nov 15th, 2009 |
| Replies: 0 Views: 203 On my website whenever i load it in Safari (both on Windows and Mac computers) it scrolls to the bottom of the page. It does not do it in any other browser. |
Forum: PHP Nov 5th, 2009 |
| Replies: 10 Views: 1,158 The first suggestion worked with:
include("contact_success.php");
exit();
The second did not.
The rest is working. Thanks! |
Forum: PHP Nov 5th, 2009 |
| Replies: 10 Views: 1,158 Can i just say YOU ARE GOD!
But there is one small problem. The result page you get to is imputed into the page. I want it to send you to a new page. How do I do that? It says... |
Forum: PHP Nov 5th, 2009 |
| Replies: 10 Views: 1,158 I did what you did above but it did not work |
Forum: PHP Nov 4th, 2009 |
| Replies: 10 Views: 1,158 in the place were it says $PHP_SELF it is supposed to be the URL to the PHP mailer. I don't know why it was like that.
What exactly am i supposed to do? im not sure if i said it above or not but i... |
Forum: PHP Nov 4th, 2009 |
| Replies: 10 Views: 1,158 Here is my HTML (with PHP validation)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html... |
Forum: PHP Oct 28th, 2009 |
| Replies: 10 Views: 1,158 Hi, i have a form that when filled out sends and email. I want to be able to validate it, so check that all the fields are filled using PHP. I have found this website:... |
Forum: PHP Oct 16th, 2009 |
| Replies: 7 Views: 939 I am not using a framework
Than you for your help! |
Forum: PHP Oct 16th, 2009 |
| Replies: 7 Views: 939 I obviously have directory browsing disabled but i never thought of disabling the PHP errors. I will now do that after i am done testing my PHP
And other suggestion for secure PHP include? |
Forum: PHP Oct 16th, 2009 |
| Replies: 7 Views: 939 Wow! i speedy replies! Just what i needed.
So can you elaborate a little more on how to make the include funtion more secure through the htaccess file? |
Forum: PHP Oct 16th, 2009 |
| Replies: 7 Views: 939 I know i just posted below, but i have another question.
Is it dangerous to have the <head> tag be included using PHP include? Is it dangerous to have the <body> tag or <html> tag or doctype to be... |
Forum: PHP Oct 16th, 2009 |
| Replies: 1 Views: 796 Hi, I was wondering how you keep a navigation menu up-to-date on a 200 page website. When I first started using HTML I used an iframe which it is a terrible idea. Now i am using PHP (im using... |
Forum: PHP Sep 3rd, 2009 |
| Replies: 0 Views: 211 Hello, I have a PHP RSS Reader that is supposed to read a XML file and show it on my website. In the XML file are Hebrew characters. They show up fine in the XML file but show up as random symbols in... |
Forum: PHP Sep 2nd, 2009 |
| Replies: 8 Views: 562 Is this something you were talking about: http://www.lotsofcode.com/php/php-array-pagination.htm
How do i use it for table? |
Forum: PHP Sep 2nd, 2009 |
| Replies: 8 Views: 562 As i said im a PHP noob... SO basically i no nothing. Can you expand a little more? |
Forum: PHP Sep 2nd, 2009 |
| Replies: 8 Views: 562 I dont want to use JavaScript. I want it to be server side without a database |
Forum: PHP Sep 2nd, 2009 |
| Replies: 8 Views: 562 The data will be sitting on the page. So it will be plain HTML table sitting on the page. |
Forum: PHP Sep 2nd, 2009 |
| Replies: 8 Views: 562 I am a PHP noob. I want a to create PHP pagination which will paginate a table. So every 3 rows would be a new page. I don't want to use MySWL (database) or JavaScript. But here is an example of what... |
Forum: PHP Aug 24th, 2009 |
| Replies: 5 Views: 252 Can someone direct me to a tutorial of how to do it with and without MySQL? I am not exactly sure what I am searching for. |
Forum: PHP Aug 24th, 2009 |
| Replies: 5 Views: 252 Its not i don't want to use Javascript to update the website but for people to view the website. I talked to someone saying that one, and a easy way to get updated content to display on the site is... |
Forum: PHP Aug 23rd, 2009 |
| Replies: 5 Views: 252 Hello I am very new to PHP.
I want to make it so i can edit a certain div in an HTML page using a WYSIWYG editor such as TinyMCE. Is there a way to do it so lets say I have a list of all the pages... |
Forum: PHP Mar 16th, 2009 |
| Replies: 10 Views: 746 Which of these services do guys recommend if it is free? Also do think i should learn PHP and build my own instead. This service is not urgent and i need to learn PHP anyways to use these services... |
Forum: PHP Mar 16th, 2009 |
| Replies: 10 Views: 746 Hello, I believe I am asking the correct thing in the right forum.
How can I set up a system on my website that has some sort of login page were you have a username and password and then it takes... |