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.
6
votes
1answer
155 views
Security: Hide mysql connection details file
Ok, so I know this must be a very basic question, but my problem is the following: I have developed my first PHP mini-app (so I'm fairly new to this) and I am pretty sure that there are two files of ...
1
vote
3answers
108 views
Bootstrap dynamic content
I am building a website powered by twitter's bootstrap. I have created a landing page with menus and text. The next thing I want to do is create a About page, but what is the easiest way to create a ...
3
votes
4answers
171 views
Best location for a websites CMS
As part of my job I recently started making numerous content management systems for websites. So many that obviously my next step was to set up a 'template' for the websites so I could quickly remove ...
1
vote
1answer
71 views
Php form to email software?
I have used PHP Form Wizard software, its really very good but I don't know why it starts throwing run-time error 91 and not working on my system any more.
I am looking for its alternative:
...
1
vote
4answers
73 views
Restrict webserver access to specific set of URLS only
Is there any possible way to setup and restrict access web server to specific set of URLs only. I want my web server only respond to www.abc.com, www.abc.com/videos, www.abc.com/videos/vandor-1, ...
-1
votes
1answer
59 views
How to redirect to a new page and have the new page display dynamic data [closed]
This seems like a pretty obvious question, but for some reason I have yet to find an answer. The goal here is to have a user click a link, for example like on this site, the user clicks a question and ...
1
vote
1answer
42 views
Host website on UNIX, but email on Windows?
Client has web hosting and email hosting from one web provider.
Their email hosting is integrated with their systems for their office — an Exchange server (located on their premises).
Both are on a ...
-1
votes
2answers
233 views
PHP not enabled by default on GoDaddy shared linux web hosting [closed]
I recently made the mistake of starting a web hosting account with GoDaddy. Let me start by saying that any comments or answers that I should walk away from the money I spent with GoDaddy and go with ...
2
votes
0answers
48 views
How many connection can my website have? [closed]
As the traffic increased my website hangs quite regularly. The page visit is now averaging 50k per day.
The static page loads fine, but when the page has mysql request it takes too much time to ...
0
votes
0answers
17 views
Scalable cloud based PHP-supported equivalent to Azure? [duplicate]
I am looking for a company that can sell me infinite scalable cloud based hosting for PHP projects like WordPress and other PHP/MySQL-based sites.
I just tried Azure, only to realize that they have ...
0
votes
0answers
32 views
Looking for a php mailing system capable of sending mails in batches of between 30 to 50 [closed]
The mailing system needs to send them in batches so as not to consume to much memory
2
votes
2answers
83 views
404 page not showing URL
My 404 page (/404.php) works, it's sending the proper headers (404 - Not found)
But the thing is, it's not giving the link that caused it (eg example.com/thisisnon-existant.htm) but instead it's ...
1
vote
0answers
47 views
php wallet system
Im looking to setup a wallet system to run in a web app.
The sort of thing that adwords has ie. you deposit money and then you can use money from you account to purchase items inside the web app.
...
2
votes
1answer
255 views
Pass IMG SRC via GET and echo it? Is that really secure?
I was wondering how I can make a really simple GET and echo request more secure
The code:
$src = $_GET['src'];
echo "<img src='$src' />";
Basically, I have a URL like ...
2
votes
4answers
137 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 ...
1
vote
0answers
51 views
Multiple PHP 5.x version for different directory [closed]
Is this thing even possible because I searched every where but all I could find was this one post ?
Using .htaccess or using AddHandler/Action MIME module Directive ?
I have compiled all Apache, PHP ...
0
votes
0answers
44 views
Insecure Php code allow other malicious code to run [closed]
Got an email from the web host that I used for a small website. Basically they disable the website and says the php code on it was used to scan for vulnerabilitity on their shared hosting platform, ...
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: ...
0
votes
2answers
43 views
mod_rewrite issue, won't work when links contain “-”
I've been looking into mod_rewrite for my simple PHP CMS for a couple of days now and I found a rule that was supposed to work for me:
RewriteRule ^(\w+)/?$ view_post.php?url=$1
This is supposed to ...
0
votes
2answers
38 views
Is there a 'Subscription Cart' software available?
I have a website, whereby members pay an annual feel. Initially the members were a few now it has fun into hundreds. Now I have to check existing members manually to see if their subscription is going ...
5
votes
2answers
122 views
How to use Python as a server language from a PHP perspective
I only know server side programming with PHP. To me, I write something into index.php and call http://localhost/index.php and see the results of the PHP script. I have been using CakePHP and ...
1
vote
1answer
72 views
File upload through webform failed, server config?
I'm in the process of moving my sites from a shared hosting to a VPS (running CentOS with Plesk 10). When testing on my VPS I noticed that all of the sudden I couldn't upload files through a webform ...
0
votes
0answers
51 views
How to improve overall site performance/security? [closed]
I use PHP and am avid in my development using that language. What means can I use that will improve the performance of my PHP site, and bolster its security?
0
votes
0answers
76 views
Xampp and file paths
I'm having hard time with xampp, it realy getting me crazy.
I have few installations of Wordpress with Roots Template, which was loading without any css, js..etc. And the solution was to delete ...
1
vote
1answer
72 views
Is there a online website to forward incoming emails to a other emails?
I created a PHP program that receives emails from clients, then I manually forward the client's email to around 50 suppliers.
Is there a possibility or an online website, so that when a client sends ...
2
votes
1answer
49 views
Reverse proxy with no httpd access
I'll outline my requirement, proposed solution and if anyone has a better idea please feel free to suggest.
Requirements / Desires - I want multiple clients to be connectible to an address ...
0
votes
0answers
168 views
Jquery slider Lightbox links not working in Chrome/FF but working in IE [closed]
Alright this question is pretty complicated to explain, so please bear with me.
I'm using a jquery slider on my portfolio site to display my work. I've implemented a lightbox (I used this tutorial) ...
0
votes
0answers
67 views
downloading BLOB from database using content-disposition [closed]
I have a small problem with the php content-disposition, I kind of understand where the problem lies but I have no idea how to solve it (new to using databases). Calling this php page will result in ...
1
vote
3answers
236 views
Does Google treat .html pages differently from .php pages? [duplicate]
Possible Duplicate:
Should I use a file extension or not?
My current hosting provider does not let me put PHP code inside of a .html page.
So part of my content is in a database and ...
4
votes
2answers
83 views
What measures should I take after I find one of my scripts being vulnerable?
I maintain a few PHP-based websites for a small company on a LAMP server. The scripts include CMS such as Joomla or Wordpress, as well as SilverStripe and Drupal installations.
A week ago, I found ...
0
votes
0answers
21 views
Problem with shadow class in css [closed]
I was making my first site with php and jquery. I was trying to include this in the website :
http://tympanus.net/codrops/2011/09/05/slicebox-3d-image-slider/
But I can't get the shadow and ...
0
votes
1answer
174 views
SEO Help - Using Rich Snippets
I launched my web comics website, www.hittingtreeswithsticks.com, late November of last year and would like to improve its SEO.
Go Daddy provides Search Engine Visibility assistance... so I'm trying ...
0
votes
0answers
143 views
Ad Server Development:Nginx or Node.js? [closed]
I am in Analysis phase of a development of a Mobiel Ad server like Admob or OpenX to deliver Ads on Mobile via API. What I have decided to use PHP for working on Admin part and reporting. For main Ad ...
2
votes
1answer
68 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 ...
-1
votes
1answer
558 views
How to retrieve an image from MySQL database and display the image as background on body? [closed]
How do I retrieve an image from MySQL database (I know how to display image by retrieving from database but here i want to display differently) i.e. display the image as background on body and image ...
1
vote
1answer
53 views
301 redirect causes issue in web tools for analysis of performance in Pingdom
I was googling all over the pages, trying to find what could be wrong before trying to contact the developers at tools.pingdom.com, gtmetrix.com, juxseo.com, and other sites.
Since I have changed my ...
0
votes
0answers
47 views
301 redirect causes issue in web tools for analysis of performance and seo
I was googling all over the pages, trying to find what could be wrong before trying to contact the developers at tools.pingdom.com, gtmetrix.com, juxseo.com, and other sites.
Since I have changed my ...
3
votes
1answer
136 views
How to add lock symbol to my website using private SSL in https pages
I just purchased SSL for my website from hostgator, so that I can add lock symbol in my website, when users visit https://www.mysite.com
For example:
Now they have installed the certificate, but ...
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
...
3
votes
2answers
102 views
How does duplicate file and directory names affects SEO
I have some 40 crawl errors in my website, those are pointing to files which are not existing. and I want to resolve all 404 errors
I dont have acccess to .htaccess file. Because i am on shared ...
0
votes
1answer
80 views
Will search engines still see the meta description of my site if I use a php variable for it?
I am following the procedure described on this page for including a common header on every page of a website, which uses PHP.
After describing how to include one page in another using PHP, the author ...
0
votes
0answers
93 views
PHP based search engine for website? [closed]
I have downloaded Sphider search engine http://sphider.eu/ but this script seems too old, and even dont works.. So, is there any Sphider script alternate or any idea?
2
votes
1answer
373 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 ...
0
votes
0answers
57 views
Directory submission script: PHP or software? [closed]
Is there a PHP script or software out there which allows me to choose/build a list of directories and automatically submit sites to those directories on-demand? I know many scripts with pre-loaded ...
0
votes
0answers
76 views
PHP variable not recognized inside an if statement [closed]
I will be using this variable for changing the name of a file upload so it is the business id of a user.
At first I thought it was something wrong with the name changing part but for some reason I ...
0
votes
0answers
51 views
How do I add a algorithm to my chat system? [closed]
Do I need some sort of algorithm in my chat system ? So far I have in my page I'm building turned out to be a "what's your status" type of feature, like FaceBook has... I didn't mean for that although ...
0
votes
0answers
24 views
Non-technical cofounders wanting to develop this [closed]
In the past few weeks we've done an extensive research on which programming language, system, framework, etc, should we use to develop our idea. We've used stackoverflow and stackexchange to learn a ...
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 ...
1
vote
2answers
62 views
How to hide a piece of code from a wordpress web page?
I installed a plugin called Sociable on my Wordpress website. It displays social media share icons below each blog post, but on my website it's also showing up in the footer. Like here ...
0
votes
1answer
131 views
Is it possible to design website using tablets? And Which tablets support XAMPP? [closed]
I am trying to ditch my laptop for a tablet, and be able to practice PHP, HTML, CSS on the fly. But, I don't know which tablet to buy that can support even basic apps like
Notepad++ and XAMPP.

