PHP is a general-purpose scripting language that is especially suited for Web development.
0
votes
0answers
8 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
32 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 ...
0
votes
1answer
66 views
What's the double semicolon (::) for in PHP? [closed]
I'm working with NetSuite's PHP toolkit and i get the error T_PAAMAYIM_NEKUDOTAYIM from this line
$classname = get_class($object);
$typesmap = $classname::$paramtypesmap; <---
I just want to ...
-1
votes
0answers
13 views
Creating an online scheduling service very similar to Apple's Genius Bar scheduler [closed]
I do IT Consulting for a living and would love if clients or potential clients could go to my website, setup an event/appointment almost exactly like Apple's Genius Bar scheduler. I know that their ...
0
votes
0answers
11 views
The requested URL /frontend/ru/site/login/ was not found on this server [migrated]
I have a problem, that my project working very nice on windows(on apache server ),then I moved my project to ubuntu 12.04 (apache2 server), but my project do not working.
apache2
php 5.3.10
mysql ...
-1
votes
0answers
23 views
PHP just went down on my server and I don't have any idea why [closed]
I have a shared hosting account setup with a pretty basic PHP based website that was working well for a long time. I recently added a number of audio files into a subdirectory of my domain, and now ...
-1
votes
0answers
31 views
Perl or PHP for website? [closed]
if one was to develop a site, taking into account that it might grow bigger, what scripting language is best for CGI, interfacing with SQL and maintaining the site? Perl or PHP?
0
votes
0answers
15 views
Wordpress title [migrated]
I changed the theme of my wordpress and now the php code in header.php looks like this:
> <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo '
> :'; } ?> ...
0
votes
0answers
24 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
29 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
0answers
5 views
how to use users own IP address while parsing a website [migrated]
i use PHP Simple HTML DOM Parser to get some data from another website. It is a online summary generator tool. Big problem is while my server IP send a hundred requests in a second to source website ...
0
votes
1answer
11 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 ...
-1
votes
0answers
17 views
Configure Paypal defaults on opencart to monthly payments [closed]
I want to update the code in my Opencart site for monthly payment, How can I use in the
public_html/catalog/controller/payment/pp_recurring.inc.php the code.
The payment needs to be monthly until ...
0
votes
0answers
19 views
PHP - can't use function chroot [migrated]
I've installed Debian 6.0.6 x86 on a VPC with the least possible software packages and when the installation completes I take a backup of the VPC and put it aside for later use.
I have installed PHP ...
-1
votes
2answers
37 views
Custom CMS site migration blank page [closed]
I have this client she as a website based on a custom CMS made by the latest company she was working with and she ask me to migrate her website to my server so now I am trying to migrate this website ...
0
votes
2answers
63 views
POST data to another form with php
I want to create a form on my page to get information this is easily done and the problem.
I want to 'POST' information to my own php-page, creating a new id and saving the information to my ...
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 ...
1
vote
1answer
222 views
Site got hacked while many / all security leaks have been removed [closed]
I've got a website with this code appended to my php document :
<?
#8f4d8e#
...
1
vote
1answer
24 views
Organizing main page with detailed content
I need to develop a structure like the one that appears in the following site:
http://www.autoic2.com
Clicking an image, showing the related content
Clicking in that new content, showing the ...
0
votes
0answers
21 views
The value of a range from another page [migrated]
I want to have a program with range and at the end I want to give the user all the results.
First of all the range
Javascript:
function imgShow(Target)
{
for(var i=1; i<=images; i++)
{
...
-1
votes
0answers
23 views
What is relation between CGI and PHP? [closed]
What is relation between CGI and PHP ?
Should CGI exist on a webserver to be able to run php scripts of a website??
Thank you.
0
votes
0answers
9 views
Global File Referencing [migrated]
I posted this in Stack Overflow but I have a feeling it's too elementary of an issue for them. [I modified it here slightly]
I'm learning php but am up against a wall right now with a file ...
3
votes
2answers
35 views
Installing a PHP framework to a host without public_html or www folders (ftp is DocumentRoot)
I've developed a PHP framework that operates with the directory structure of
/
/classes/
/templates/
/.../
/www/ (public_html)
But I've come across a host that only allows ftp to the ...
0
votes
0answers
25 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 ...
2
votes
1answer
53 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 ...
1
vote
1answer
42 views
Don't $_GET value on link rewrite with .htaccess
I config enable htaccess on my server (i enable mod_rewrite and do like this: http://stackoverflow.com/questions/11064005/enable-htacess-error-on-ubuntu-12-04-with-apache2)
But on localhost is run ...
1
vote
1answer
19 views
Move the DokuWiki data directory somewhere else?
I need to move the DokuWiki data directory away from its default location (because I keep the installation and configuration in version control, but data needs to kept elsewhere, in order to be ...
-1
votes
0answers
17 views
How to add music to playlist from db? [closed]
I have trying to do new project which is similar with grooveshark or fizy.I'm using jwplayer to playing music.But I didn't do that I add music to playlist from database.How can I do that? Any Idea?
I ...
0
votes
1answer
38 views
PHP and Javascript [closed]
I am a good C programmer. I have recently studied a bit of JavaScript and I plan on developing my skills by also learning PHP.
Can I learn both these language in 3 months and after that build a site ...
1
vote
0answers
13 views
Top commentators widget compatible with facebook comments
Created a project on freelancer dot com but then i was wondering if this thing is possible knowing Facebook comments has its own restrictions and limitations.
"Hi,
I want a widget on the sidebar ...
-3
votes
2answers
30 views
Seo for php or an ASp.net site [closed]
Can we do SEO for PHP websites? Is it possible to add meta tags and perform SEo on the site
-1
votes
1answer
114 views
Does anyone knows a good Facebook chat script? [closed]
I'm looking for a facebook chat script.. that can handle a large number of users.. does anyone knows one? I need one urgent and please post one that you had experience with.
3
votes
1answer
27 views
Are 307 Temporary Redirects safe for temporary new web site tests?
Our current site is getting close to being replaced. I was looking to do a test of our new sales funnel on the new site and compare the traffic and conversion ratios for a few days. So I was planning ...
1
vote
2answers
50 views
Change name of audio file for download
I have some mp3 files which are named "my-audio.mp3" but now the client wants the visitor to be able to download and save these files to their desktop. He doesn't like the name with the hyphen and ...
1
vote
0answers
51 views
Paging in table in PHP [closed]
Hey guys i have to make php program in which i have to take data from database (table is student(stu_id , s_name , s_emailid)) from which i have to display only 10 records on first page and 4 buttons ...
3
votes
0answers
23 views
PayPal - Selling a single app [closed]
I would like to sell a desktop application over my website through PayPal. The user will receive a download link and a license key.
Are there any PHP scripts availabe from PayPal IPN to do that?
...
0
votes
0answers
8 views
PHP flock function limitations and txt cache files [migrated]
I have a fairly basic PHP script that caches data to a text file. I need to come up with a solution that prevents two running instances of the script from writing to the file at the same time. I've ...
4
votes
1answer
29 views
How To Get Alexa Sites Linking Using PHP
I am planning to get the Alexa sites linking of a given website.
I am looking to do this in PHP. Please suggest me is Alexa providing any API. Is there any tool? Is it free? Is there any API that I ...
0
votes
0answers
88 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 ...
6
votes
1answer
135 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
73 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
146 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
53 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
63 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
45 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
37 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
98 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
41 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
21 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