Because of session problems in CodeIgniter (PHP) that were clogging up error logs, I followed a recommendation to set the cookie domain, which was previously unset. So this was changed from $c...
Hi,
Platform is Ubuntu Linux .
I want to develop a complex application on php. I need some tools like desktop application development tools. For example, delphi, vbasic etc.
I trying to w...
Dear Experts,
I have a good one today. I have a view in cakephp in which has several dropdown list boxes.
FreqType which has H = Hour, D = Day and N = Now
The desired result is when s...
I'm new to codeigniter but I'm very familiar with PHP.
But i'm really struggling to build a good file structure using codeigniter.
My problem is that I really want o rely on the framework an...
I need to install multiple instance of joomla with different databases and different themes but code files must be same to save space on the server. Is there any way to do?
I am currently working on the store where I want to change the product lists layout, instead of showing
Product Image, Product Name, Price, Buy now button
Can I show them as I have got ...
What is the fastest and easiest way to automatically send a user to another page. I can use PHP, HTML, and Javascript?
Im newbie to php and have a requirement to edit the pdf document andsave it by end user.
Please anyone help me how to do this.
Hi all, I have been asked by a German client to do some customisations to a script that has been developed by our company. In particular he has requested that I translate one file into German....
I have two files.
mydatabook.php
<?
$mydataaray = "abc1,blabla52,a1,a2,a3,a4,x,12";
?>
myjava.js
myNewData = new Array();
newData = new Object();
myNewData[0] = new newDa...
Hi
i have a form with 2 select menus: to choose a category and a limit (like only the last week).
on submit the requested records should appear inside a table.
and all that work great. i ge...
Hi,
I'm new to PHP and I am using Kohana as my framework. I build the registration form in a controller and repopulate the form if required fileds are missing. The problem is I can't get th...
Hi, I have a string I would like to search for specific tags, copy it and then use it.
E.g. Long string full of html code. I only want to copy out what is in between the "<iframe width....
In my Zend Framework projects I would like to set the page keywords dynamically from database depending on the page I am.
So based on the controller, action and some additional parameter I...
Hi
i have a paginator that works on a database table "posts" that get all the posts by a category. and it works.
but since the paginator change the url when i go to the next page of the pa...
New to cakePHP and not sure how to call the funciton that will show the data in the view layer when the data is coming from a separate table. The $bidBalance is not showing in the html table ...
hi
i have a form (not zend form) with 2 file fields. one to upload a small picture and one for its bigger version. i attach the controller code.
i have 2 problems:
1- how to make differ...
in mediawiki how to create a function and hook it to a event, which will call the function after every page load.
#1 the function should be called after every page load (say after Article /...
Hi,
I am creating radio buttons with this code. Name is same for all the buttons i.e. format. I know how to set one "title" for all the radio buttons but I want to have different "title" fo...
I was going through an example using zend frame work. trying to create form with different elements but for some reason after i test it I get the error message "Method setLabel does not exist ...
Hello
I'm trying to integrate a google calendar in my php site.
There are 5 different calendars I want to show trought the embedded calendar possibility from google.
I have made a servi...
Hi Guys
I am modifying a page in PHP but i keep receiving these errors
Notice: Undefined variable: med1_start_date in /home/liferaft/public_html/members_application_new.php on line 126
...
I want to automate it so, from a form on a webpage the user can select a local folder or file, then have the PHP code programmatically log in to a remote FTP server with a predetermined user...
Hi
i have created a bloging module and it works ok. now i needed a model for the module.
so i created a Post.php in the models folder of the bloging module, and all it has is:
class Blogi...
Hi,
I am new to PHP and Im using PHP5 with Postgresql and Kohana framework. What I am trying to do is build the results of the loop into a single variable:
The query below works fine, bu...