Search:
Type: Posts; User: kashmirs22
Search :
Search took 0.01 seconds.
Hey,
I will need help from someone that knows how to do programming in Worpdpress and make custom themes and plugins.
I need simple registration on one site where users should be able to see...
hey everyone,
I have;
<form method="post" action="search.php">
<select name="country" class="dropdownselect" >
<option...
Thanks..
I made $country = "$country" and then queryied db for column that is %like% $country, echoed results in the end..
And now Im stuck with the client need to remember drop down...
So, I have DB with countries and area codes, and I need to make search. I wrote html;
<form method="post" action="search.php">
Country:
<select name="country">
...
Hey everyone,
I am new to PHP and doing my assigment so I need a little help.
I need to display some informations from SQL database.
Basically, I know the html part, and i made it.
...
I need one task to be done and I'm not 100% clear with it.
I need to make html form with input fields, that writes informations on the same page. (So when someone enter his name and telephone, in...
Hi,
Im trying to setup basic jquery dialog that load only once.
Im initating dialog with standard code:
$("#dialog").dialog({
I wonder how cuold I with cookies remember visitors first...
Hey,
Im trying to setup some page and dontknow how.
What Im trying to do is based on dropdown and radiobuttons selection in html form on left side of the page, show specified content (text and...
form action="proces-booking.php" method="post">
13.06.2012. <input type="checkbox" name="option1[]" value="1" /> <br />
18.09.2012. <input type="checkbox" name="option1[]" value="2" /> <br />...
Ok thats for the redirect part.
But how to redirect to specific pages based on checkbox and radiobuttons selection? Im missing php part where I should say something like
if users checkes 2nd...
Hi,
Got some work to do and dont know how to start.
I need to make html input form with 4 checkboxes (for date) and 4 radio buttons (for place).
When someone selects checkbox and...
I have a weird problem in photoshop cs5.
When I drav something with rectangle, or want to apply gradient overlay to any layer it just dont work. Layer shows only one color off the gradient, but...
Looking for PHP web developer with expirience in coding custom themes in Wordpress / Drupal / Joomla, including plugins or themes with web shop functionalities.
Job can be ofcourse done from...
Basic skill: Use google. rest will come
What youve done is design with tables. You shoud star using design with divs. Divs are blocks that holds content.
You can style that blocks of content with CSS.
Google W3C and go through online...
So Ive made site for Russian market and need to do some SEO.
I am planing to put some keywords and descriptions with cyrilic altough my whole site except text is made with latin characters. Is it...
www.villa-anturazh.ru
I would like to hear comments about design and coding.
This is my second "hand made web" site.
Thank you in advance
Solved. I forgot the minus sign betwen no-repeat in css.
I see that my html document contains javascript (onclick.getelemenbyid..) and browsers renders it, without calling script in document.
...
I have problems i just cannot find answer in code..
So basicly theres an html document in wich ive placed javascript
onClick="document.getElementById('plan1').className ='planas2'">
Class...