Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~8K People Reached
Member Avatar for cali_dotcom

hi guys, im not that new to the zend framework. i just started a new project with zend framework 1.12 and cant figure out why the framework would display output 3 time? so for example in the index.phtml view script, whether i put hello, or <?= 'hello';?> i always get …

Member Avatar for cereal
0
202
Member Avatar for cali_dotcom

i have a php application where users can apply for a bonus. but there is a confirmation page before the bonus redemption code runs. the issue is that in IE, if you hit f5 right after you click the continue button, the confirmation page refreshes while the bonus redemption code …

Member Avatar for pritaeas
0
741
Member Avatar for cali_dotcom

Hi guys, i have an application that seats on a single webserver that depends on a third party application running mssql, so i use mssql over free tds. now i have to scale this site so i have to think about how to handle the sessions. i ma basically looking …

Member Avatar for pritaeas
0
295
Member Avatar for cali_dotcom

hi guys, i am currently building a nice website and i was just wondering about the best way to handle errors, database and webservices errors. i was thinking on implementing a mixture of file and db logging. so basically i would log to db all the time and then i …

Member Avatar for pritaeas
0
141
Member Avatar for cali_dotcom

hi, i am about to rewrite an application that was written in zend 1.8. the owner complains that its quite slow so his default reaction is to rewrite it in any other framework of my choosing. the application is sometimes slow because they have not implemented any caching mechanism at …

Member Avatar for mschroeder
0
132
Member Avatar for cali_dotcom

hi, i am currently building an application that depends on a third party application written in .net using a mssql server database. i am more of a lamp guy and prefer mysql. to extend the application i would need to add some tables to the database. i am currently thinking …

Member Avatar for pritaeas
0
186
Member Avatar for cali_dotcom

Does anyone know how i can configure varnish vcl file so that it does not ban .css and .js files when i issue a BAN?

0
56
Member Avatar for cali_dotcom

hi, i am pretty new to zendframwork butnot so new to php. i am trying to use ajax with the framework, but i keep getting an error: Fatal error: Call to a member function getHelper() on a non-object my controller looks like this: [code] <?php /** * Admin section of …

0
97
Member Avatar for cali_dotcom

Hi, i am using the youtube api on my site to subscribe users to my youtube channel. currently, they would have to clink on a link to get authenticated and grant access to our application. from our youtube channel, there is a link that take them back to our page, …

Member Avatar for cali_dotcom
0
112
Member Avatar for cali_dotcom

Hi, i know youtube does not really have an API as such like FB does, and thats why this is being so difficult. i have a youtube channel and i am looking for a way to give subscribers to the channel some free gifts on my website. i am looking …

Member Avatar for cereal
0
174
Member Avatar for cali_dotcom

Hi, I have a forum based on VBULLETIN, now i know this is not a vBulletin forum, but what i need is a php solution. i have to change postbit's rateposts( thumbs up/thumbs down) mechanism from a GET to a POST because users were just copying the urland illegally raising …

Member Avatar for faroukmuhammad
0
94
Member Avatar for cali_dotcom

i know this question does not exactly fit in this forum, but i couldn't find an appropriate one to ask it. Google hasn't really been too helpful here, maybe you guys can help: i am a web developer(LAMP), new to the field(2yrs), in los angeles, CA. i am also an …

Member Avatar for jayreis
0
166
Member Avatar for cali_dotcom

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 problem is the results of the poll comes up in a …

Member Avatar for jibon57
0
2K
Member Avatar for cali_dotcom

Hi all, i need a little help with some code that should display a gif image while a page loads. i have a php page with a link that users can click and it should load a page via ajax as an overlay over the current page. the problem is …

0
73
Member Avatar for cali_dotcom

i have 3 form on a page and unfortunately i am not allowed to change that. the problem is when the third form is submitted, i would need to grab the data displayed from the second form to update the database incase the user changed anything on it. does anyone …

Member Avatar for danielh
0
90
Member Avatar for cali_dotcom

i have 3 form on a page and unfortunately i am not allowed to change that. the problem is when the third form is submitted, i would need to grab the data displayed from the second form to update the database incase the user changed anything on it. does anyone …

Member Avatar for diafol
0
66
Member Avatar for cali_dotcom

Hi all, i am using preg_match_all to the ids and contents within a custom html tag, it all works fine if the contents within the tags are all in one line, but if they go over multiple lines, it doesn't match it. here is the code and a sample of …

Member Avatar for pritaeas
0
102
Member Avatar for cali_dotcom

Hi all, i'm working on a php script and i got a little javascript. i'm trying to get information from some hidden fields but i keep getting an error, udefined. here are the codes: [CODE] var counter = 5; var avail = document.getElementById['available_array[counter][0]'].value; [/CODE] here is the original [CODE] tmp=document.order.elements['available_array[counter][\"+document.order.elements['BRANCHC[ …

Member Avatar for madmital
0
95
Member Avatar for cali_dotcom

i need some help with logic here. i am reading contents with ob_get_contents. then i need to search for and fetch the contents and id's in a custom tag. eg: <translate id="4" token_id="0" variant_id="1">contents............</translate>. i wanted to do that with preg_match_all but it get complicated trying to fetch the id's. …

Member Avatar for cali_dotcom
0
130
Member Avatar for cali_dotcom

Hi i am not so good with javascript so i really dont know the best way do do what i want to do. want to make a form that allows people to add and delete rows with javascript but it just doesn't work the way i would like. javascript is …

Member Avatar for wrivera
0
148
Member Avatar for cali_dotcom

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 is when i go the page on my local …

Member Avatar for cali_dotcom
0
129
Member Avatar for cali_dotcom

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 overflows way beyond the div container. i would need the list to some …

Member Avatar for MidiMagic
0
143
Member Avatar for cali_dotcom

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: [code] here is the html: <div id="brandContainer"> <ul id="brandNav"> <li class="categorypage" id="face"><a href="javascript:showCD('a','brandPage')">A</a></li> </ul> <div id="brandPage"></div> </div> here is the ajax/javascript: var …

Member Avatar for Banderson
0
172
Member Avatar for cali_dotcom

hi, im not such a php expert and i want to parse a csv file located at [URL="http://www.totalbeauty.com/resource/lists"]http://www.totalbeauty.com/resource/lists[/URL]. does anyone know how i can do this, what to watch out for, the best way to do this and just general tips for parsing files. thanks..

Member Avatar for almostbob
0
128
Member Avatar for cali_dotcom

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 appears. for example ..... states....departments......etc. so when a user clicks on states, he gets another list of …

Member Avatar for death_oclock
0
123
Member Avatar for cali_dotcom

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 primary key from int to bigint. i also flushed the database …

Member Avatar for almostbob
0
349
Member Avatar for cali_dotcom

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 later date i.e they can create the newsletters, choose a date …

Member Avatar for mschroeder
0
510
Member Avatar for cali_dotcom

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 up with a way to do this but the …

Member Avatar for somedude3488
0
135
Member Avatar for cali_dotcom

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

Member Avatar for somedude3488
0
87
Member Avatar for cali_dotcom

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 then assign the results from the query to variables, usually i use …

Member Avatar for Rhyan
0
129