Forum: PHP 13 Days Ago |
| Replies: 3 Views: 153 |
Forum: PHP 13 Days Ago |
| Replies: 3 Views: 153 fetching arrays from ajax, php/zf 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 came... |
Forum: PHP 13 Days Ago |
| Replies: 1 Views: 91 |
Forum: PHP 15 Days Ago |
| Replies: 11 Views: 292 |
Forum: PHP 15 Days Ago |
| Replies: 11 Views: 292 |
Forum: PHP 15 Days Ago |
| Replies: 11 Views: 292 Re: Duplicate entry '' for key 2 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 15 Days Ago |
| Replies: 1 Views: 90 fetching unkown column names 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 15 Days Ago |
| Replies: 11 Views: 292 Re: Duplicate entry '' for key 2 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 16 Days Ago |
| Replies: 11 Views: 292 Duplicate entry '' for key 2 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: 158 zendframe work and wamp server 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: 206 |
Forum: PHP Oct 20th, 2008 |
| Replies: 3 Views: 206 error in subcription email 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: 283 Re: problem with links in pagination 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: 283 Re: problem with links in pagination 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: 283 Re: problem with links in pagination 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 of... |
Forum: PHP Oct 9th, 2008 |
| Replies: 5 Views: 283 problem with links in pagination 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: 268 |
Forum: PHP Oct 3rd, 2008 |
| Replies: 3 Views: 268 calling a javascript for validator can anyone tell me why this does not work:
<div>
<table>
<FORM name="search_form" method='POST' onSubmit="return validate_form();" ACTION='jobsearch.php'>
<tr><td>keyword:</td><td... |
Forum: PHP Sep 3rd, 2008 |
| Replies: 0 Views: 148 advice on resume projects 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: 4 Views: 608 Re: show results on same page 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: 4 Views: 608 Re: show results on same page 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: 4 Views: 608 show results on same page 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: 277 Address book!!! 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: 497 |
Forum: PHP Apr 18th, 2008 |
| Replies: 2 Views: 304 |
Forum: PHP Apr 18th, 2008 |
| Replies: 3 Views: 497 |