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.

learn more… | top users | synonyms

0
votes
2answers
31 views

Best way for beginner to learn JavaScript and PHP coding [on hold]

I have a job interview coming up and in job description it states I need to be able to write JavaScript and PHP coding. Now its been a while since I did JavaScript and PHP coding. I am planning to use ...
0
votes
0answers
25 views

How to suggest to client to change web platforms? [on hold]

I'm not not sure whether this is off-topic for webmasters.SE. If it is, please tell me which forum is the right one. I built a client's site in CakePHP, and the client needs some more maintenance ...
0
votes
2answers
30 views

How can a Google crawlers see PHP dynamic content? [duplicate]

I'm reading the Google SEO starter guide and on page 11 it says you should prepare a site for users and one for search engines in XML. My site is about vehicles, and vehicle is not in a separate ...
0
votes
0answers
24 views

Why is my website loading so slow? [on hold]

www.theatrenetwork.com takes waaaay too long to load since yet another dreadful developer wrecked it then stopped answering calls. Can anyone see why it takes so long before anything is visible?
-1
votes
0answers
9 views

Authorize Net Stuff [on hold]

I need CIM coupled with auto ARB on my site. Customer fills out a form. Puts in an installation amount (need that charged then) Customer fills out same form puts in Monthly amount. (need that ...
0
votes
0answers
9 views

How abaout run MySQL in Amazon RDS? [closed]

My company has a web app(php), a platform for PR professionals, that manage tasks, content and social media, kind of intense read and write data, many times large amount of text like a Press Releases. ...
1
vote
2answers
50 views

Mod-rewrite rule broken after host upgrade to Apache 2.4

I use the following code on my site to remove php extension from links: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
3
votes
1answer
70 views

PHP header redirect that maintains query parameters?

I am experimenting with the PHP redirect http://www.phpjunkyard.com/tutorials/php-redirect.php. Specifically the 301 redirect to create a self correcting URL to help with typos - there's a unique ID ...
0
votes
0answers
15 views

how to make a website of database driven pages [closed]

how to develop database driven page as in cms...... so that....... url of web page look like www.xyzs.com/id=9 not like.... www.xyzs.com/about.php why it is now in trend ...
0
votes
0answers
16 views

Witchcraft, office prank or weird server configuration [closed]

Not sure if this is the exact forum for this but at some point parts of my script alter on their own. As in values changing from $flag=1 to $flag=0 in the code over night and etc. At first I thought ...
1
vote
2answers
35 views

Serving proper 404/410 error codes on dynamic database driven site

a developer I'm working with is having a difficult time serving 404 errors on dynamically generated pages (they get created when the request is made by querying the database to see if the content ...
0
votes
0answers
3 views

PHP string array UTF-8 encoding fails [migrated]

Everything is set to UTF-8 (file encoding, MySQL [however I don't use it], Apache, meta, mbstring etc...) but check this out: $s="áéőúöüóűí"; echo $s; //works perfectly echo $s[0] // doesn't work. ...
0
votes
3answers
31 views

Best way to replace/publish the restructured website in SEO friendly manner

I had a website which contains several subdomains. http://sub1.example.com/stories/23/job-done.html http://sub2.example.com/stories/23/job-done.html At present I decided to restructure my website ...
0
votes
0answers
35 views

Clean URL using index files or mod_rewrite

Is it better to make clean URL's using index files in directories or simply using mod_rewrite rules to remove the file extensions?
3
votes
2answers
80 views

Website hack resulting in auto redirect - where to start looking?

My website is being redirected to a non-existent page (/showpage.php) for some users when they hit the homepage. For other users, the site works fine. I have looked in the index.php files and some ...

1 2 3 4 5 43
15 30 50 per page