Search:
Type: Posts; User: salim
Search :
Search took 0.01 seconds.
Thanks NogDog and Belrick
it worked fine
I have a CMS website built with codeigniter. In that site i have a blogging section which is using WordPress
codeigniter connects to MySQL using its class and WordPress connects using its class
...
Thank you very much hyperionXS
Hi friends
i was trying to generate a simple mathematical series as follows
1
1,2
2,3,4
4,5,6,7
7,8,9,10,11
Hi all,
I have stepped into a serious problem.
I am working in a db where one user is child to a previously registered user.
And that child will be having another two child users.
This...
Thanks Mindzai,
I tried this. but in the mysql tables it still enters the PDT not IST.
I have given the date attribute as CURRENT_TIMESTAMP in mysql tables.
plz advice
Hi all,
case:
I have an application which should be using IST as default date/time format.
since my server is in US it uses PDT (12 hr behind what i want).
Any body here please shed some...
Thanks for your reply Ryan
public function getType($type, $currentVal='') {
$institutionTypes = array();
$str ='';
$calbakfunction = "'".site_url('admin/message/category')."'";
...
the dropdown which is loaded using ajax is not seen on the $_POST array.Rest of the form elements are present.
Hi all
I dont know whether this is the right place to post this, plz
I am having a page with one dropdown
when the user changes the values a secong dropdown is loaded using ajax(am sending...
Hi KDLA
I have tried iframes also, but the result is same.:).
sad to believe that will not fix the problem.
once again thanks for your time
i remain:)
Hi KDLA
thanks for your precious time
I will brief the problem
keep the page scroll on top
then click on any #links on the page.
page goes to the #link and the page scroll jumps to the...
Hi KDLA
Thanks for your reply
This is the page i am refering to
http://www.plsll.com/branches.htm
When we click on the anchor links the page scroll also jumps other than the div.
Regds
I am having a div with style
overflow:auto
so when i click on the #link on the top of the page it jumps to the bookmarks which are in the above said div .
My problem is when the page is...
Any body has any idea about this?
regds
salim
Hi ayvegh,
I think i dint understand your problem correctly :)
thnx
HI ALL
I have a url like this which i point using htaccess to real urls (URL remains the same)
I need to know one thing, when i use hrefs from this page (selection.php) to show products of...
Hi ayvegh,
point your dns to the www.mydomain.com/mydir/index.php[your webmaster will do this]
i believe u are having some criteria to redirect users to different server.
thnx
Hi
Thanks for the suggestions
Any way i decided to do it another way.
Once again thnx for the suggestions
salim
Hi all
thanks for the reply
My problem is why my form is not getting submitted??
document.frmcms.submit is not a function
my javascript code is b/w head head tags
I am totally...
Hi all
I am trying to submit a form using javascript
My form name is frmcms
I call this from a button onClick event.
<input type="button" name="submit" value="SUBMIT"...
Hello Scott.
Thanks for the reply
I solved it. Problem was with my php page location.
somehow screwed the path :D
Thnx again
Hi All
I am having a flash UI that posts two values to the php page.
Two values are name and email
This is my php code
Hi All,
I have defined some variables in my config page.
This config page is included in my index.php page.
This index.php page is included in all other pages.(I have not included anyother page...
Alan
Once the session is started all the variables which you are assigning to the session array will be available until the session get destroyed.So the information you required will be present in...