Showing results 1 to 26 of 26
Search took 0.01 seconds.
Posts Made By: cali_dotcom
Forum: PHP 13 Days Ago
Replies: 3
Views: 153
Posted By cali_dotcom
Re: fetching arrays from ajax, php/zf

can you tell me how to modify the code to do that? i'm not a javascript guru.
Forum: PHP 13 Days Ago
Replies: 3
Views: 153
Posted By cali_dotcom
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
Posted By cali_dotcom
passing arrays back and forth php(zend)/javascript

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 15 Days Ago
Replies: 11
Views: 292
Posted By cali_dotcom
Re: Duplicate entry '' for key 2

i just tried this code but it still didn't work.
Forum: PHP 15 Days Ago
Replies: 11
Views: 292
Posted By cali_dotcom
Re: Duplicate entry '' for key 2

i'm not sure what you mean but those are vaiables i got from a command like:

$new_text = $_GET['new_text'];
Forum: PHP 15 Days Ago
Replies: 11
Views: 292
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
Re: error in subcription email

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: 206
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
Re: calling a javascript for validator

thanks man, that was great.
Forum: PHP Oct 3rd, 2008
Replies: 3
Views: 268
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
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
Posted By cali_dotcom
Re: Parse error: syntax error, unexpected T_STRING in E:\Program Files\wamp\www\pract

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: 304
Posted By cali_dotcom
Parse error: syntax error, unexpected T_STRING in E:\Program Files\wamp\www\practice\

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: 497
Posted By cali_dotcom
Parse error: syntax error, unexpected T_STRING in E:\Program Files\wamp\www\practice\

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...
Showing results 1 to 26 of 26

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:47 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC