PHP is a free server-side, general-purpose scripting language that is especially suited for web development. Originally PHP stood for Personal Home Page, now it stands for PHP: Hypertext Preprocessor.
2
votes
1answer
232 views
zlib compression issues
I'm having some issues running zlib compression on my site ..
Firstly if I enable zlib compression in .htaccess using: php_value output_handler ob_gzhandler then I receive thousands of lines of the ...
2
votes
2answers
381 views
A simple and free guestbook script?
Looking for a free, simple PHP guestbook script - couldn't talk the client out of the idea - and I remember using something fairly easy to set up a few years ago that used a simple txt file to store ...
2
votes
1answer
520 views
How to remove 500 error?
I am getting 500 error "Internal Server Error" when I type in my domain. I called customer service and they said that my site has reached it maximum use of memory and therefore the cloud system ...
2
votes
2answers
58 views
How to block certain pages/files of a web domain?
How do I make certain pages only viewable by me? For example, let's say I own mydomain.com, and I want to be the only one that can see mydomain.com/mypage.php.
I tried changing the permissions of ...
2
votes
3answers
217 views
How to inform website owner if someone downloads something from the website?
Right, beginner here so bare with me..
What i've got: A simple html/css website with a page where clients can find informative documents in the form of PDF's and rich text documents, they can just ...
2
votes
2answers
140 views
Am I correctly handling duplicate URLs for my homepage?
I own a Job Search site named www.conservationjobboard.com and have a concern about how the domain is viewed by search engines. The issue is that when the site was first designed, the default page was ...
2
votes
2answers
589 views
How to reduce delay between forum posts in phpbb
In my phpbb forum, just after I post a reply to a thread, a page is shown and I've to wait around 5 secs to return back to the thread. How do I reduced the time to 0. (I tried setting the "Flood ...
2
votes
1answer
374 views
Add email attachments by URL in CodeIgniter [closed]
I tried this code to attach a file in CI. This is working:
$this->load->library('email');
$this->email->from('me@mymail.com', 'vignesh');
$this->email->subject('Email Test with ...
2
votes
3answers
165 views
Hiding php includes from search spiders?
Quick and simple question.
I have 80+ html files which I want to be crawled. They are individual product pages. Each of these pages calls its content using php includes. These php include files are ...
2
votes
3answers
2k views
PECL extension in Ubuntu 11.10
while setting up mediawiki on my local development machine, the installer told me that since i do not have PECL extension to php installed, i will have to do with slower page load speeds with ...
2
votes
2answers
145 views
Google and random redirects
I have a site where homepage "example.com" redirects to random joke(example.com/random-joke). First I redirected with php, but then google indexed that joke page(rather to be empty). I used "302 ...
2
votes
5answers
1k views
Recommend an open source CMS for single page web site [duplicate]
Possible Duplicate:
Which Content Management System (CMS)/Wiki should I use?
Hi I want to create a single page web site like http://kiskolabs.com/ or http://www.carat.se to display my ...
2
votes
2answers
2k views
No databases showing in phpMyAdmin
My website is hosted in shared hosting service and is working fine with updated news stored in MySQL database. To manage the database of website, I install phpMyAdmin in a sub-folder with the same ...
2
votes
2answers
210 views
how do i choose a web host with support for mysqli extension in php? [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I have designed a website running in php and mysql. And I used mysqli extension instead of the normal mysql extension ...
2
votes
3answers
483 views
Subdomains vs folders, for multi account/users application
So, for a multi user web app, what is better:
http://username.domain.com
Or
http://domain.com/username
I would like to get feedback about security, scalability and maintenance specifically, app ...
2
votes
4answers
127 views
Simple blogging platform
I want to start and host my own blog. I have ideas for creating the website theme myself.
However, I would prefer to not create the actual engine behind the blog -- comments, creating posts, caching ...
2
votes
1answer
69 views
New to website form validation
I'm new to form validation and I have been lucky over the years. I would like to update my method of form creation in my sites. I was curious to know what is standard and if there is a pre-existing ...
2
votes
4answers
140 views
How to add version control and seperate development server to php/web development environment? [closed]
I'm the team lead of a small group of developers. My background is primarily in application development and I've worked in larger groups where version control (SVN, Git, etc.) have been used and ...
2
votes
1answer
94 views
PHP W3 Validator API, Is this good? [closed]
I was trying to find a way to see if my site's code was valid or not but I continuously going over to W3 Validator so I decided to make an "API" however it really isn't!
I just wanted to know if ...
2
votes
2answers
137 views
How can I create a dynamic site that is still search-bot friendly?
If I want to have a slide effect between pages. You click a link, it is loaded off to the side and then slides in (pushing the old page off the other side). I can imagine using jQuery to do the PHP ...
2
votes
1answer
200 views
How to extract $_SERVER['REQUEST_URL'] from given url [closed]
How to extract $_SERVER['REQUEST_URL'] from given url
for example
$url = 'http://localhost/application_dir/';
extract requested url from $url;
2
votes
2answers
317 views
Implement SSL in website
Our company have purchased SSL certificate and installed in linux on Host Server.
Can you plz tell me how to make use of this in our website. How to configure it in Website.Is there any need to write ...
2
votes
2answers
683 views
Login script with member area/user
Is there a free script which I can use to:
Share some PDF with my partners. But i need the user to reach only those PDFs which they have privileges for. So I need:
login script with registration (i ...
2
votes
1answer
138 views
Allow visitor to print something they bought only 1 time
I am doing a website that needs to only let the customer print out what they bought 1 time. There are websites that currently do this and they mentioned Adobe Flash Player, Adobe AIR and the Sheet ...
2
votes
1answer
562 views
How to redirect user into mobile website?
Hi how to redirect the user into mobile site when the user accessing from mobile. Say example i have site called www.mysite.com. Now, a person accessing a website from mobile it should redirect to ...
2
votes
1answer
352 views
What is Easiest Way to Change URL Structure of Dynamic PHP Website?
I am a SEO guy and always facing this problem, that PHP sites make dynamic URL with IDs. This is not SEO friendly structure—like this /article.php?id=2987—and need to be changed like this ...
2
votes
1answer
1k views
How do I make SEO friendly URLs from my PHP pages?
I'm pretty new to this and was wondering how to turn my site URLs into SEO friendly URLs using .htaccess and mod_rewrite?
My URLs take the form mydomain.com/index.php?pid=1&pagename=Some Page
I ...
2
votes
1answer
242 views
Could you recommend a good shopping cart script? [duplicate]
Possible Duplicate:
Which Ecommerce Script Should I Use?
I'm looking for a PHP/MySQL script, free or not. Could you please recommend me one that can do the following:
The site I'm trying ...
2
votes
2answers
231 views
Change content of page depending on Google search
A client has asked me to tailor the content of their homepage based on how the user got there from Google. His example is something like:
If a user searches Google for Cars in Barcelona, then the ...
2
votes
1answer
649 views
Everything needed to run a high-traffic web site
I'm an experienced front-end web developer, while my back-end experience has occurred only within the context of Drupal. Basically, the deeper things go into the back end, the more inexperienced I am. ...
2
votes
2answers
143 views
Photoblogging engine using PHP and MySQL or PostgreSQL
I am looking for nice looking and with good usability photo blogging software to run on my server. So far I have found PixelPost, Cheesecake and EZPX.
PixelPost - look quite abandoned project
...
2
votes
1answer
640 views
Accessing server stats using PHP
There are over 10 stats packages installed in my server (AWStat, Webalizer, etc) and cPanel has an interface to show them in terms of visitors, bandwidth, popular pages, etc.
It is possible to access ...
2
votes
1answer
536 views
How do I change the default email that my host sends from php mail from in Justhost's C-panel
I'm trying to work with sending mail through PHP for the first time and I've done pretty well with the exception of one thing. All mail i send is from an email address that ends in "justhost.com" ...
2
votes
1answer
795 views
How do I save user uploaded files outside of the web folder but use them on my page?
I have read that one of the best things to do for security with user uploaded files is to store them outside of the web folder, as there is very little you can do to ensure that that jpg image the ...
2
votes
2answers
405 views
How can I tell if someone is logged into a google account?
At this point I don't want to interface w/ google account, I just would like to know if they are logged in to a google account or not, and then serve slightly different links if they are|aren't. I'm ...
2
votes
1answer
1k views
How can I call a URL as a cron job in Webmin?
(Possibly this belongs on stackoverflow, although it's not really a programming issue since the code works when run directly. If it needs to be moved, though, no problem.)
I have a PHP file (which ...
2
votes
5answers
621 views
Looking for PHP E-Commerce Script which allows USERS to create their own stores [duplicate]
Possible Duplicate:
Which Ecommerce Script Should I Use?
Are there ready made PHP scripts which would allow my USERS to create their own stores? I don't want an eBay clones. Just a script ...
2
votes
1answer
117 views
PHP framework or app for customer support / automated troubleshooting
I need to provide my customers a web help so that I can diagnose their issues. I was thinking about a tree questionnaire, where the leaf is either the response to the issue, or a "Please call the ...
2
votes
1answer
24 views
How to Show apache error on shared hosting?
I have tried to show the errors on the server by adding this :
ini_set('display_startup_errors',1)
ini_set('display_errors', 1);
ini_set('log_errors', 1);
ini_set('error_log', ...
2
votes
1answer
44 views
Slow Migration is it possible with a PHP/SQL Driven site
I have a Joomla site that is operating on www.mysite.com, I want to migrate to WordPress but heres the thing, I have hundreds of pages and simply moving migrating them to a test site isn't ideal since ...
2
votes
1answer
34 views
Why Can I See 301'd URL in Google Index
I have a domain, www.timeclockmtsonline that I have 301'd to www.timeclockmts-online.com using the following PHP:
<?php
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: ...
2
votes
1answer
69 views
How to find data usage of a user on my website?
I have a website (project) where users get logged in, do their work and then they log out.
I need to build a report that displays how much each person has used of data. (bandwith, how much was ...
2
votes
2answers
156 views
How to fix 404 crawl error of a website
I have a navigational links in a php page nav.php, Which is included in all pages of my website. I have got folder structure like below
+top_folder
-config.php
+includes_folder
...
2
votes
3answers
196 views
PHP website template and response time
I have a website with static HTML files on a VPS server.
The site's response time is very fast and was built with a FrontPage template, so every template change updates all the HTML files and ...
2
votes
1answer
62 views
Why are perfectly legitimate pages on my website registering in Google Webmasters as 404?
I have seen this question asked several times here, but never clearly answered.
I suspect it has something to do with my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
...
2
votes
1answer
47 views
Handling the holding of money on a platform
We are building a platform for a client, developed in Yii, where users can top up their account on the platform with money from PayPal. Users can upload files and buy access to each other's files. ...
2
votes
2answers
277 views
Help with URL Rewrite
I have a page that selects some info from a database
and displays it with a link to a second page that uses
the result to query the database, something like this:
$sel=mysql_query("select id, title ...
2
votes
1answer
212 views
Problem upgrading Mediawiki 1.5.8 to Mediawiki 1.19 (libxml2 inadequate on server)
I have a wiki set up on my local development environment. The wiki runs on Mediawiki 1.5.8, but I'm trying to upgrade it to run on Mediawiki 1.19.
When I run the update.php script I get the following ...
2
votes
1answer
773 views
Server Error after trying to update the functions.php [closed]
I recently tried to change the logo on Genesis themed WordPress site using this tutorial:
http://anewtab.com/add-logo-genesis-theme
I added
add_theme_support( 'genesis-custom-header', array( ...
2
votes
1answer
156 views
Server outputs the sourcecode of PHP page
I have a Shared Hosting package with HostGator. In it, I'm hosting around 4 websites. They are just some simple sites that doesn't likely to attract more visitors. But a few days ago, when I accessed ...
