Forum: PHP Aug 21st, 2009 |
| Replies: 3 Views: 260 thanks man, that was the problem. works fine now.. |
Forum: PHP Aug 21st, 2009 |
| Replies: 3 Views: 260 hi, i'm trying to edit something on a site i didn't code myself so i downloaded the files and set them up on a virtual host on my local machine. i am using wamp server with php v 5.2.9-2. the problem... |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 3 Views: 392 thanks almostbob, that really helped me solve this problem. |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 3 Views: 392 Hi, i have a problem trying to style a dynamically generated lists. the list ia dynamically generated with ajax and could be very long. i set a div container for the list but right now the list... |
Forum: PHP Jul 21st, 2009 |
| Replies: 1 Views: 432 i'm parsing a csv file with ajax and php, although i think i did everything right, nothing happens when i click on the link.
here is the code:
here is the html:
<div id="brandContainer">
<ul... |
Forum: PHP Jul 21st, 2009 |
| Replies: 4 Views: 304 does anyone know how to get the max lenght of any line in the file? the fgetcsv() requires a lenght argument that should ne greater that the longest line in the file. |
Forum: PHP Jul 21st, 2009 |
| Replies: 4 Views: 304 hi, im not such a php expert and i want to parse a csv file located at http://www.totalbeauty.com/resource/lists. does anyone know how i can do this, what to watch out for, the best way to do this... |
Forum: PHP Feb 27th, 2009 |
| Replies: 3 Views: 817 hi, i'm creating the admin section for a multi-level category search/navigation system. i mean like, when a visitor comes to the site and they are looking for data, first a list of categories... |
Forum: PHP Jan 7th, 2009 |
| Replies: 4 Views: 849 hi, i'm a newbie to php and i'm building a website right now. i giving the users the option to create and send
news letters. i also want to give them the option of sending the newsletters at a... |
Forum: PHP Nov 20th, 2008 |
| Replies: 3 Views: 588 can you tell me how to modify the code to do that? i'm not a javascript guru. |
Forum: PHP Nov 20th, 2008 |
| Replies: 3 Views: 588 hi,
i'm trying to figure out how to pass arrays back and forth from php to javascript and back in the zend framework. i need to do this for check boxes for a project and i canno use zend_form. i... |
Forum: PHP Nov 20th, 2008 |
| Replies: 1 Views: 507 hi,
i'm trying to figure out how to pass arrays back and forth from php to javascript and back in the zend framework. i need to do this for check boxes.
can anyone help me out |
Forum: PHP Nov 18th, 2008 |
| Replies: 13 Views: 2,605 i just tried this code but it still didn't work. |
Forum: PHP Nov 18th, 2008 |
| Replies: 13 Views: 2,605 i'm not sure what you mean but those are vaiables i got from a command like:
$new_text = $_GET['new_text']; |
Forum: PHP Nov 18th, 2008 |
| Replies: 13 Views: 2,605 i ran this code on php myadmin:
INSERT INTO `article_fields`(`field_title`, `field_type`) VALUES("'.$new_text.'","'.$field_type.'")
and it worked. the problem is running that code from a php... |
Forum: PHP Nov 18th, 2008 |
| Replies: 1 Views: 405 i'm building a website where users can add articles. on the admin side, they can also add new fields on the add articles page.
to allow the user edit the articles, i have to query the database and... |
Forum: PHP Nov 18th, 2008 |
| Replies: 13 Views: 2,605 i've tried every single suggestion i found on the web, but i still wont work. actually, it worked just one time and then i clicked again, and then it gave me the same error again. i,ve tried flushing... |
Forum: PHP Nov 17th, 2008 |
| Replies: 13 Views: 2,605 hi everyone,
i keep on getting this error when i try to insert a value into a table via php.
Duplicate entry '' for key 2
i've tried a lot of solutions from the web including changing the the... |
Forum: PHP Oct 26th, 2008 |
| Replies: 0 Views: 409 hi, i have the wamp server installed on my pc and now i just downloaded the latest version of the zend frame work and need learn to use the zend framework. Does anybody know what steps i need to take... |
Forum: PHP Oct 20th, 2008 |
| Replies: 3 Views: 457 i,m running the wamp server, do you think smtp is not running in the wamp server? |
Forum: PHP Oct 20th, 2008 |
| Replies: 3 Views: 457 hi, i just tried to add the email function to my website so that when users sign in the recieve an email but i keep getting this error. does anybody know what's wrong:
Warning: mail()... |
Forum: PHP Oct 11th, 2008 |
| Replies: 5 Views: 553 thanks rob,
the problem was $page and $limit were always set to the default of 1 an 10 respectively because the conditions is_numeric($page) and is_numeric($limit) was always returning false. i put... |
Forum: PHP Oct 9th, 2008 |
| Replies: 5 Views: 553 i did just that and now i have a different problem. when you click on the prev, next or the other page links, nothing happens(the page still shows the first result page) although you can see that the... |
Forum: PHP Oct 9th, 2008 |
| Replies: 5 Views: 553 the problem is with the links on lines 82, 92 and 100.
the links do appear but when they are clicked on, the variables are not passed on to the script, hence i get a "page not found" page instead... |
Forum: PHP Oct 9th, 2008 |
| Replies: 5 Views: 553 hi, i just wrote a program for my website with a search function. everything works fine but i have a problem with the links to the other result pages. this is the code
<?php
$errors =... |
Forum: PHP Oct 5th, 2008 |
| Replies: 3 Views: 521 thanks man, that was great. |
Forum: PHP Oct 3rd, 2008 |
| Replies: 3 Views: 521 can anyone tell me why this does not work:
<div>
<table>
<FORM name="search_form" method='POST' onSubmit="return validate_form();" ACTION='jobsearch.php'>
... |
Forum: PHP Sep 3rd, 2008 |
| Replies: 0 Views: 287 Hi' i'm a newbie PHP programmer looking to beef up my resume a little bit so i can land a job. i just completed a personal project, a job search website, with employers loggin, job search by keyword,... |
Forum: PHP Aug 22nd, 2008 |
| Replies: 6 Views: 1,921 yes this is exactly what i mean. the problem is that when i code this way, the result of the poll does not appear right underneath the poll questions but instaed on a different page. do you have any... |
Forum: PHP Aug 20th, 2008 |
| Replies: 6 Views: 1,921 i thought about this option, but that would mean i have to put the php and html code on the same page, right? is there any way i could do this without putting the php and html codes on the page? |
Forum: PHP Aug 19th, 2008 |
| Replies: 6 Views: 1,921 hi,
i'm a newbie programmer and i just built a website with a poll. the page is completely in html and linked to the php script processing the poll result in the action attribute of the form tag. my... |
Forum: PHP Apr 28th, 2008 |
| Replies: 1 Views: 513 can anyone tell me why this code does not work? it's suppsed to give back a name from the database but it always returns blank.
<?php
//connect to database
$mysql = mysql_connect("localhost",... |
Forum: PHP Apr 18th, 2008 |
| Replies: 3 Views: 877 no, i tried to highlight the line with the problem with the message text editor but it didn't work. thats why there is the color tags in there |
Forum: PHP Apr 18th, 2008 |
| Replies: 2 Views: 877 Parse error: syntax error, unexpected T_STRING in E:\Program Files\wamp\www\practice\addentry.php on line 89
hi, i keep getting this error and i just cant figure out what is wrong. i got this code... |
Forum: PHP Apr 18th, 2008 |
| Replies: 3 Views: 877 hi, i keep getting this error and i just cant figure out what is wrong. i got this code off a book that uses php v 5.1.4 and my wamp server runs php v 5.2.5, could this be a problem? does anybody... |