No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi there, I got the following challenge. I have a site that is hosted on a windows 2010 server and i am trying to get the website to send emails. The site runs on Apache 2.2.9, PHP 5.2.6 and we set it up to run on port 6000. I have … | |
Hi there, I have a form that collects array values and then posts it to another page.eg [CODE]<form action="page2" method="POST"> <input name = "myid[]" type="text" value="1"> <input name = "myid[]" type="text" value="4"> <input name = "myid[]" type="text" value="6"> </form>[/CODE] the second page then receives the array and implodes the results … | |
Hello, I have an If statement that i want to use to determine whether the variableis a integer or not. The example below does not work but illustrates what i would like to be able to do: [CODE]If($x/4==[COLOR="Red"]interger[/COLOR]) {echo ("this is a integer");} else {echo ("This is not a integer");} … | |
Re: Classes can be used multiple times. So if we look at your example and we write the following in your external css file [CODE].greentea {color:green;}[/CODE] ----note that i did not specify that it must be the p,h1,em, or blockqote tag in the css ] you can reuse the class on … | |
Re: Fireworks rocks...and it is way faster for slicing. Here is what you do. 1) Open the psd file and then click on save as...choose another file name. CS4 will then ask you if you want to save it in highset compatibility mode..say yes. 2) Right click on new file and … |
The End.