I am looking to hire, within the next 7 days, someone experienced and quick with php and mysql in regards to my Word Press blog. I will not hire anyone that...
Do you have a favorite tutorial when it comes to designing forms? I was using PHP Forms, but oh my - the coding is horrible. So I have updated my current...
Hi, I do know about maps.google.com & Google-Earth Im wondering, is there a place where we can get / obtain a map of a particular city - with NO copyright etc...
... I think you have a misunderstanding of what "copyright" is. Any work in a fixed format automatically confers the benefits of copyright on the owner. Now,...
... There are two very distinct portions to what you are asking here. Creating an HTML form is one thing. Creating the "engine" (program) that takes the...
I'm using $_SERVER['HTTP_REFERER'] in a php file, but I'm told that not all browsers send the referer value. I know that spammers who visit my site don't send...
... In Firefox, by accessing the about:config page, the user can change the value of network.http.sendRefererHeader to prevent sending that information. Some...
... Are any of you familiar with Google maps API's I CAN put my icons on the screen (so if you click on it, a baloon pops open and you can click a URL to go to...
Hi Bob, --"I'm used to the referer being misspelled. Could it be a US spelling?" -- <span align="centER" colOR="black"> Now what makes you think that? </span>...
Hi Bob, --"We do have some unusual ways of spelling words, such as pneumonia" -- I like Sudokus, but I like English spelling better :) But what's so unusual...
... Nope. 'referer' is documented in the HTTP RFC specification. It is misspelled, has been documented as such, and is commonly referred to as 'HTTP referer'...
hi, There is at least a seventh who reads.. and by any chance - is there a French/ability web builder who is looking for working I have some pages to setup and...
http://www.coachmaria.com/help/ The main form is from OS Tickets. Everything on the page ends up being centered. However, I'd like the paragraphs, and lists...
I'm looking to make some additional changes to my website and am ready to learn CSS J What's your favorite on line or off line resource for this? To your...
http://www.elevatingyourbusiness.com/images/headernote2.jpg Here is the page: http://www.elevatingyourbusinessu.com/tele/pricing.html Here is the code <form ...
http://www.CoachMaria.com/audios/MaryMusicTeacherPricing.mp3 FTP: Error: 550: Can't change directory to /audios/: No such file or directory HTTP: Error 404 -...
I’d like to find another hosting service -- something similar to what I have now; OR keep what I have and find an inexpensive service with my own IP, but...
Hi, we have a rewrite rule (example) :- RewriteRule ^shop/([^/\.]+)/?$ index.php?menu=shop&view=$1 [L] (one of many)... The problem is - that when people put a...
... Well, the rule is failing to find a match because you are excluding dots ('.') but trying to match the end of the string '$'. Remove one or the other or...
I have a webpage that contains a subfile of data. Each line has a button at the beginning of it and the user can click on that button to cause other things to...