James,
Thank you for the input. The "View Demo" button should open a new window with a live site preview in an iframe. Did you click that link and nothing happen?
That is going to be a key...
Type: Posts; User: Moshambi; Keyword(s):
James,
Thank you for the input. The "View Demo" button should open a new window with a live site preview in an iframe. Did you click that link and nothing happen?
That is going to be a key...
Hello everyone I have been working on a new WordPress Template Selling website. I know there are a few issues in IE7 but would like to hear the opinion of others about the site.
The current link...
OK I GOT IT!
FOr some reason your post did help me by making me dig more so I found out that mysql is not defaulted in php5 (which I knew because I had to edit php.ini to uncomment it) but I had...
I did continue looking for an answer on google and I am starting to think that php5 does not support mysql for some reason. I have used xampp before but I like setting up the server this way much...
Hello everyone,
I have currently installed apache, mysql, and php on my windows 7 pc. I am now trying to get phpmyadmin installed as well. I had this set up on a previous computer with no...
Hmm...I don't think I am using pear. The snippet I got was from php.net in someones post.
Hello,
I have some code that I use to read an XML file:
function loadXML()
{
try //Internet Explorer
{
Thanks for your response. Sorry I had not been on in a while to see what you posted. I think I am using the GD library, I'll have to get the code for you to look at when I get home. But I think the...
Hi all,
I have some code that resizes an image. It works fine but what I want to do next is to take the scaled image and save it as a thumbnail, that way I don't have to resize a hundred images...
Oh come on, no one has any input or advice?
You can also try applying a line-height:
<li style="height:25px; width:25px; line-height: 1.5em; text-align:center;"><a href="1.html">1</a></li>
Hello,
I am creating a social networking site using PHP. I am using templates for the pages. I want to let the users be able to choose the colors they want for their own pages. I am curious on how...
Hello,
I have a database for an events calendar that is setup like this:
events
---->september2009
---->october2009
---->november2009
etc. etc.
Hello,
I am starting to learn how to utilize jQuery and the first thing I'm looking to do is make a photo gallery. What I want to do is to have some images and have them fadeout of view from one...
Is it possible to get the legend text in a <fieldset> to be in the center rather than on the left? Thanks
#pscroller2{
margin: 0px;
width: 400px;
height: 25px;
border: 1px solid #000000;
padding: 1px;
color: #ffffff;
background-color:#0000FF;
text-align: left;
font-weight:bold;
I have this regular expression to test for an email:
/^[a-zA-Z0-9\- ]+\@[a-zA-Z0-9 \-\.]+\.([a-zA-Z]{2,3})$/;
It works all good except that if I put an email like:
johndoe@this..com
It...
I tried it and it said it was a success. Let me know if you get my message and we will know if it works :)
Well that didn't really work the way I wanted. I also tried moving it to another place but it still didn't work the way I want...I'm going to try and set up a session variable to make it so the same...
Thank you Nile but where would I put that in this code if you could:
// Connection stuff here
$username = "root";
$password = "";
$host = "localhost";
$database = "polls";
Ok so I have a poll system I am making and what it does is submits a form, but all the code is on the same page it submits to so that way it will pop up the results in the same div tag. Now what I am...
This keeps giving me an error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''Poll Number 1' SET 'three =...
Hello,
I have some fields in my DB that when a certain thing happens I just want to increment the value in it by a number.
Say the field contains this: 3
After the action I want to add 1 to it...
Hello Everyone,
I have a friend who wants a website to sell merchandise. What I am wondering is how I would go about doing this. Would I use something like PayPal's API or is there anything else...
Five Finger Death Punch