PHP is a general-purpose scripting language that is especially suited for Web development.
2
votes
1answer
55 views
How Do I Make A Dynamic PHP Link 'No-Follow'?
I want to make the Footer links on my website 'No Follow'. How would I do it on these dynamic PHP links?
<ul>
<li><a ...
0
votes
1answer
19 views
SSL / https login issue
I am setting up a login page, and I have some security questions / concerns.
I have a login form (username, password) on a NON-secure page, let's say:
http://www.example.com/login.php
When the ...
1
vote
1answer
20 views
Redirecting previous domain subfolder links
I've recently bought a domain that was unregistered. After looking in Google webmaster tools, Google is trying to crawl random pages that don't exist. Turns out it did have a previous owner.
The ...
0
votes
0answers
21 views
nginx + php + windows server 2012 not playing nice!
I am trying to setup a server using nginx and php-cgi.
Two problems:
I have wrapped a php service in a batch file that reports when it starts and ends to the error reporting service. Essentially any ...
-1
votes
1answer
18 views
Create partial php.ini files [closed]
I want to two split php.ini into two files so that I can move important entries to a new file. I think it is a .ini file so, any rule for creating partial .ini files will also apply to it. Is it ...
0
votes
1answer
6 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
0answers
8 views
CodeGear Delphi For PHP - Why readItemIndex() returns -1? [migrated]
Greetings,
I intend to create a dialogue box containing these elements:
a listbox (ListBox1)
2 labels (Label1 & Label2)
a button
The onClick() function for the list box:
function ...
0
votes
0answers
20 views
the mail function is not active on my intranet website [migrated]
I just built a website for my company and have placed it on a server, its working perfectly. the website contains a form page that collects request from staff. the form sends the information to the ...
0
votes
1answer
20 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
5 views
Unable to get my PHP Form Mailer to work [migrated]
I'm new to PHP scripts, so when I decided to have an 'Order Form' on my site, I started with an 'off the shelf' (ie, Googled and started with someone else’s code) form and edited it. However, I can't ...
-1
votes
1answer
50 views
Can I sell a php website on a condition that the code is not resold by the client? [closed]
What if I write my client a website using LAMP. Suppose that clients starts selling my code to other people, can I perhaps do something about it because I have already asked them not to sell it more ...
2
votes
1answer
20 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
39 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
78 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
18 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 ...