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
0answers
17 views

Looking for a gallery script with multi-file upload [closed]

I'm looking for a very particular script. Not just any gallery script. What I'm hoping for is the following: Upload images without using the POST method or can POST within an iframe but cannot ...
0
votes
0answers
16 views

Speed up XHR requests [closed]

I have a Yii project (PHP framework) running on Apache2, where I use AngularJS for the front-end. I have some AJAX requests, but they are kind of slow... sometimes it reaches 2.5 sec. I'd like to ...
0
votes
0answers
6 views

Load a section of page separately from the rest? [migrated]

I want to check the status of a couple servers and display on a page if they're up or down. Currently, I'm doing this with PHP's fsockopen() function. As part of this function, you determine a timeout ...
0
votes
1answer
15 views

i need my form values to show in the email i send with php [closed]

I am currently working on a website, the website is working perfectly on my intranet server. The only issue i have right now is that the form values that are supposed to be posted to me are not ...
0
votes
1answer
33 views

Private forum /guestbook to coordinate rides for PHP password protected wedding website [duplicate]

I created a simple private PHP website for my wedding guests. The website is a single PHP page that prompts the user for a password that was snail-mailed to them with our invitations. If the correct ...
0
votes
0answers
40 views

Perl or PHP for web development [closed]

so, if one was developing a website and taking into consideration that it might grow, which is the better language for implementing CGI scripts? Perl or PHP? i know PHP language itself (as opposed to ...
0
votes
0answers
106 views

Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.(while selecting multiple columns)

am using apache 2.2.i have written this code when am trying to run it my browser is failing to run it ,it's showing This webpage is not available The connection to localhost was interrupted. Error ...
0
votes
1answer
31 views

turning openbase_dir off using htaccess

Im trying to run a script on my shared hosting account, i keep getting an error relating to open_basedir, which i understand would normally be turned off in the php.ini file, which i dont have access ...
0
votes
0answers
16 views

SSL Hosting Support for site with existing SSL certificate [duplicate]

I would like to know if there are any hosts that host PHP sites with SSL support for free, if I have an existing SSL certificate for my domain. I checked out many questions here(about 10) but none of ...
0
votes
0answers
29 views

Semantic Web Diet System [closed]

I want to make a "Semantic Web Diet System" using php and i need some help to understand how to do this so What technologies i need to use? and is there any good resources about semantic web ...
0
votes
0answers
151 views

Display RokNavMenu as a two-tier menu system [closed]

I am trying to modify the was RokNavMenu displays its dropdown menus. Assuming a 3-level menu, I need to have level 1 and level 2 be horizontal and level 3 drop down from level 2 This image shows ...
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
35 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
0
votes
0answers
45 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, ...
0
votes
2answers
44 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
0answers
53 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
77 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 ...
0
votes
0answers
171 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
73 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 ...
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
0answers
147 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 ...
0
votes
0answers
49 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 ...
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?
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 ...
0
votes
1answer
63 views

IIS to parse php in a .dll files [closed]

The .dll files ain't the dynamic link library. That's what the client side software calls for (cannot change). Its essentially a php script that should run and return specific values. However ...
0
votes
0answers
71 views

What amount of PHP memory usage is reasonable for multiple WordPress sites? [closed]

It seems like I've been plagued with memory usage issues most of the time I've been blogging (7 years). I upgraded my hosting to a HostGator VPS and still seem to have issues. I have about a dozen ...
0
votes
0answers
78 views

Joomla 3.02 : how to query MySQL and use the data [closed]

I have been googling for last few hours but no luck. I am looking for a simple example on how I can query MySQL using PHP and then use the output in an input box. My confusion is where do I put the ...
0
votes
0answers
36 views

Using PHP to pull MYSQL database information [closed]

I am trying to pull mysql database information and make it visible on my website. I know very little about php however and i cant seem to get what i need done correctly. I am trying to replicate ...
0
votes
1answer
25 views

host website on other apache server and call from other [closed]

host website on other apache server and call from other i want to access php files to access from other server, to protect my source code i wan't to do this mywebsite => clientwebsite Tools there ...
0
votes
0answers
14 views

Best Terminology for a particular php-based site architecture? [closed]

For a site... o whose overall look-and-feel is generated by one php page ("index.php"). o in which "index.php" provides for all pages served the following required components: The DOCTYPE, ...
0
votes
0answers
9 views

Profiling Script [duplicate]

Possible Duplicate: I need an open source php social script, minus the social features I am looking for a web script in which users can register and create a simple profile page; something ...
0
votes
1answer
119 views

My website directories downloads instead of actually opening up from browser [closed]

I added some screencast to show what I am having issues with http://screencast.com/t/212t3ANINqk http://screencast.com/t/bR44U1wkvNZl http://screencast.com/t/iDS7APYYsa but the page downloads my ...
0
votes
1answer
81 views

codesniffer command not being recognized after several installs and upgrades

I've tried to install codesniffer using pear but my mac is not recognizing the phpcs command. pear config Configuration (channel pear.php.net): ===================================== Auto-discover ...
0
votes
1answer
62 views

Is there any way to prevent Googlebar from breaking Friendly 404s

This might be considered a continuation of this question. If I output HTML after my 404 header, It displays properly in IE and FF unless the user has Google bar instaled. If I try header('HTTP/1.x ...
0
votes
0answers
56 views

How can I benchmark my servers network speed? [closed]

I´ve rented a server online and i wonder how to check the bandwidth possibilities of my rented server. My problem is that I only own a 16.000 kbit/s internet connection and i want to know if it is ...
0
votes
0answers
91 views

Ecommerce for canvas printing? [closed]

Does anyone know of an eCommerce system that would be perfect for a canvas printing website? The idea is that customers should be able to upload their own images and then see an example/preview of ...
0
votes
0answers
78 views

Install PHP module without CPanel [closed]

How can I install a PHP module on Linux? I don't have CPanel, just ftp, a shell and PHPMyAdmin
0
votes
0answers
19 views

How can I store post rankings that change with time? [closed]

I'm trying to learn how to code a website algorithm like Reddit.com where there are thousands of posts that need to be ranked. Their ranking algorithm works like this (you don't have to read it, its ...
0
votes
0answers
100 views

How to Send Custom data in ADF/XML format [closed]

I have built a lead generator form Here which will send email in ADF/XML format.But all I found in internet about ADF that there are limited tags like contact, customer, vendors, vehicle and their ...
0
votes
0answers
87 views

Creating advanced website by redirecting and replacing content from Google Sites

I would like to create a corporate website with members area. Importantly, I want many novice webadmins to be able to modify static content themselves. Therefore, I got the idea to create the site ...
0
votes
0answers
61 views

How can I make this script output each categories item per category [closed]

Ok so here is the deal currently this script outputs all the products in a parent category as well as the products in the child categories. What i would like to do is seperate the output based on ...
0
votes
0answers
19 views

Free online PHP hosting [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? I have a PHP script that can take $_GET parameters from a URL (i.e. http://www.example.com/test.php?name=george). I'd ...
0
votes
0answers
10 views

Purchasing web hosting for PHP + PostgreSQL + Apache [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? thought of posting here since I know folks here are much experience in this. I spent my overnight finding some web ...
0
votes
0answers
193 views

PHP method for a fast live search from XML file [closed]

I have used this PHP method for a live search from XML file which uses the following functions: DOMDocument(); getElementsByTagName(''); childNodes. The XML file is done by me and consists ...
0
votes
0answers
26 views

I got a question about php performance [closed]

Well i'm debuging my php script, i.e: <?php $inic = memory_get_usage(); ... code ... echo (memory_get_usage()-$inic)/1024; ?> and it show: about 60.578125, it mean 60kb isn't? this ... ...
0
votes
0answers
89 views

a hashed password doesn't match the same hashed password? [closed]

maybe I have the concept of hashing wrong, but when I hash my passwords and salt them I get one string, and when I go to log in the newly signed up user I apply the same method on the password they ...
0
votes
0answers
65 views

Configuring PHP Scripts To Accept any User and Group Permissions [closed]

A client I'm doing some PHP work for has a virtual private server set up to host his website. The server admin has made every folder starting from root be non-group-writable and owned by ...

1 10 11 12 13 14