Dear Experts, Anyone here have used, or know where examples have to use php + prototype + autocomplete? Thanks, Marcelo. -- Marcelo L. Oliveira ...
marcelo oliveira
marcelo@...
Jun 1, 2009 2:58 pm
12225
Hi You may compare like bellow if your field name 'bdate' then date('m/d/Y') compare sign(<>=) bdate S.M. Saidur RahmanSenior Consultant Epsilon Consulting &...
Hello, I am new to PHP. I have a from similar to a contact form, that users will enter their name, phone, etc. My real problem comes when I have a checkbox....
Hello, I see you defined the name of the checkbox as an array, but you trying to catch the values as a single variable!! name="accelerator[ ]" you defined, ...
Hello Mr. Nurul Amin, Are you sure you need web developer? It seems you need an all rounder. (just kidding) ** Must have hand on expertise in Adobe Photoshop,...
Thanks for reply Arafat bai. We have need a developer who expert in design and coding both. Design is first things. Because who expert in Design, we train him...
Well, But I think its not a good attitude for a good company. A good company should have designers and programmers in a team. To try to find all in one is not...
Thanks Arafat Bai, We have 2 designer and 1 Programmer. We need more Designer/Developer. I am clean our theme my privies mail. ... From: Arafat Rahman...
Mr. Nurul Amin, As you are seeking for Web Developer. You have said it in your subject and so as your job title. Isn't it so funny to look a designer inside a...
Besides, its not easy for a hard-core designer to split his/her track to the coding also. If he he is away from his original track for some reason, it might...
I am not sure how to process the array. Should I create/process two seperate arrays? Line one array for $fields (which I already have. And another array...
hello, you should get values by process the checkbox-array like this $_POST['checkboxarrayname'] ... <html> <body> <?php if($_POST['accelerator']){ // you can...
Guys, I hv got one for my purpose, 'Ants' - an Applicant Tracking System. Hope it will do, anyways your suggestion is always welcome :-). Monjur ... From:...
I am trying to use jquery and prototype in the same page but it is not working. Where is the problem and how can I use both(jquery and prototype)in the same...
both jquery and prototype uses $() function! it may be reason! use jquery *no conflict* to avoid such problem. google: jquery no conflict Best Regard, Raju ...
Hello, sorry for late reply . But it's better than never ..:) Basically lucence search is a apache based full text search engine library. And Zend make a...
Hi all, Can anyone suggest me any open source e-recruitment software? OrangeHRM, an open source HR management software, provides such facility but wish I could...
Hi,I want to add a Image after content bt my code is not working....here is the simple code: add_filter('the_content','test'); function test($content) { return...
try with alt attribute so that u can at least see it is added or not! i guess, ur reference is not correct! same folder means? root of wordpress or plugin or...
The way u are adding filter I should assume that u are using any plugin or u are putting this in functions.php which also works like plugin. ok now come to the...
Hello experts I'm stuck with JavaScript . I use a JS code snip embedded on the HTML file to show an video on the site , here is the code below <script...