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.
12
votes
4answers
2k views
PHP based ad server ( alternative to OpenX )
I've used OpenX a few years ago and it worked fine.
Now I see that it wasn't maintained for a while hence it became buggy on newer versions of PHP.
Do you know any Ad server that is a good ...
3
votes
6answers
1k views
How to tell Google that I have changed my website URLs?
I have done major updates to my website, and renamed all my URLs.
How can I tell Google that I have renamed these URLs and let Google refresh its index?
My website URL: http://www.pndmasr.com/
My ...
1
vote
3answers
5k views
open source php hotel booking system
Anyone recommend a good open source hotel booking system built for a LAMP stack?
53
votes
4answers
28k views
Are there any clear indicators that my sitemap file is beneficial?
I have recently created a sitemap.xml file and uploaded it to my Google Webmasters Tools account. Google didn't report any issues or errors with the uploaded sitemap of my site.
Now my question is:
...
8
votes
3answers
3k views
Can anyone recommend a good SMS gateway for PHP?
I'm looking for an SMS gateway that has the following criteria:
Supports sending from short codes
Opt-in capabilities for end-user (will require user to opt in before sending message)
Has a clean ...
1
vote
2answers
486 views
php+mysql account management software?
I need an account system added to my website as a plugin to all of my HTML pages. The account system plugin needs to,register new users, log in current users, remove users who want to disconnect ...
1
vote
3answers
569 views
Q&A system for website in php [duplicate]
Possible Duplicate:
Is there a free, open-source question and answer (Q&A) application similar to StackExchange?
I'm looking for a good, open source (if possible) q&a (questions ...
0
votes
3answers
101 views
Looking for archiver script with status
I have a shared hosting account and I want to create a zip (or another archive type) file from whole website.
I asked the hosting support but they don't do this.
Is there any php or Asp.Net script ...
6
votes
5answers
942 views
Open Source website backup tool suggestions
I'm looking for an Open Source website backup tool. I'm more interested in Open Source so I can make changes if need be and possibly contribute to the software.
Automatic scheduled FTP backups ...
5
votes
2answers
145 views
SEO/Architecture for multiple related websites
My question is two-fold, but first, a short background. I have a client that is a regional franchise for a service company and each physical site has its own domain and the main "corporate" physical ...
4
votes
4answers
3k views
Free/cheap Whois Api
Is there a free API where I can pull whois data and server location data?
(similar to who.is)
2
votes
9answers
4k views
Need to Stop Bots from Killing my Webserver
I am having EXTREME bot problems on the some of my websites within my hosting account. The bots utilize over 98% of my CPU resources and 99% of my bandwidth for my entire hosting account. These bots ...
4
votes
3answers
302 views
Looking for a good server side shopping cart solution [duplicate]
Possible Duplicate:
Which Ecommerce Script Should I Use?
I'm working on a website that will be selling tickets and they will go fast. I need a server side solutions, in php if possible, ...
3
votes
6answers
491 views
SEO - which URL's are the best?
I'm using .htaccess with RewriteRule to create SEO-friendly URL's. However, I have a few questions about this:
First of all, I noticed many websites end their URL's with .html (or another ...
4
votes
1answer
519 views
Has anyone used WebFaction hosting for large traffic websites? [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I'm a point where I'm needing to move a large traffic website off of MediaTemple Grid Server (it's maxing out the ...
4
votes
2answers
2k views
best way to import 500MB csv file into mysql database?
I have a 500MB csv file that needs to be imported into my mysql database.
I've made a php file where i can upload the csv file and it analyses the fields n stuff and does the actual importing. but it ...
3
votes
1answer
349 views
Chat like chat.meta.stackoverflow.com in my website
How can I create a chat room like http://chat.meta.stackoverflow.com/ in my PHP website? I am looking for a free solution. Please help...
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
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
3answers
484 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
845 views
Page loading problem. Page is very slow
Regarding the domain http://www.pravninasvet.com, there is a problem where it sometimes loads fast, sometimes very slow.
The domain is registered by godaddy, the server is in Germany. But when the ...
0
votes
2answers
641 views
How to find a good photo gallery for my website? [duplicate]
Possible Duplicate:
Which Content Management System (CMS) should I use?
For my website I'm searching for a really simple gallery module that looks like the one use by Dropbox. But I'd like ...
-3
votes
1answer
118 views
Does browser understand PHP? [closed]
I know that PHP is server side scripting language, but I got confused when asked in an interview if the browser understands PHP?
I have Apache installed in my system.
If in a PHP file I write ...