Search found 32 matches
- Tue Nov 03, 2009 8:15 am
- Forum: PHP - Code
- Topic: odbc_exec is returning blank entries in the resource id
- Replies: 0
- Views: 251
odbc_exec is returning blank entries in the resource id
Hi, I am using following code to connect with mssql server using php : for($i = 0;$i<count($postidarray);$i++){ $query1 = "SELECT * FROM tblsi_socialposts where postid = ".$postidarray[$i]; $result1 = odbc_exec($conn,$query1); $colNumber1 = odbc_num_fields($result1); } When I echo $colNumb...
- Tue Aug 19, 2008 2:31 am
- Forum: PHP - Theory and Design
- Topic: PHP Classes related
- Replies: 1
- Views: 538
PHP Classes related
What are the topics which can be covered in a presentation to Software Engineers in my company Except OOPS Feature.
Pls do suggest
Pls do suggest
- Mon Aug 18, 2008 4:26 am
- Forum: PHP - Code
- Topic: REdirection problem
- Replies: 1
- Views: 167
REdirection problem
I am sending some data in the query string with the link sent in a mail to the user. When he clicks on that link same query string with that data which i sent is returned but some Html which is written in the page is not being shown to the user. Only Blank page is shown. I tried header: location als...
- Mon Aug 11, 2008 1:56 am
- Forum: PHP - Code
- Topic: PHP Flexy
- Replies: 0
- Views: 102
PHP Flexy
We are using PHP Flexy in one of the projects.
I tried to find tutorials on the same but got only two pages in PEAR.
Please suggest me good tutrials or atleast give some Idea About FLexy.
Thanks.
I tried to find tutorials on the same but got only two pages in PEAR.
Please suggest me good tutrials or atleast give some Idea About FLexy.
Thanks.
- Tue Jul 29, 2008 7:05 am
- Forum: PHP - Code
- Topic: Netvibes API
- Replies: 0
- Views: 113
Netvibes API
I am trying to use Netvibes api.But as I am new to API usage I am not able to get that how we have to Integrate Netvibes Widgets code in ours.
They are saying in the doc that widget class is there but where is that class.
Can u pls put some light on this
They are saying in the doc that widget class is there but where is that class.
Can u pls put some light on this
- Tue Jul 29, 2008 6:04 am
- Forum: PHP - Code
- Topic: Date format problem
- Replies: 2
- Views: 88
Re: Date format problem
Ok Sir Thanks
- Tue Jul 29, 2008 5:49 am
- Forum: PHP - Code
- Topic: Date format problem
- Replies: 2
- Views: 88
Date format problem
can u pls help me in finding out that why the following code is not accepting mm/dd/yyyy changes ['validate-date-au', 'Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.', function(v) { if(Validation.get('IsEmpty').test(v)) return true; var regex = /^(\d{2})...
- Tue Jul 29, 2008 1:47 am
- Forum: PHP - Code
- Topic: Problem with date format validation
- Replies: 1
- Views: 71
Problem with date format validation
Following Validation is working for dd/mm/yyyy date format Please suggest me the case with same code where I can make it mm/dd/yyyy format. Validation.addAllThese([ ['validate-digits', 'Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.', function(...
- Mon Jul 21, 2008 4:14 am
- Forum: PHP - Code
- Topic: Browser back button
- Replies: 2
- Views: 238
Browser back button
how to control browser back button in case we are destroying session when user clicks on Logout option. Currently the users who are logged in and log out from there account ther are directed to login page.BUt if they press Browser back button then they are able to do all operations which they r not ...
- Thu Jul 17, 2008 1:03 am
- Forum: PHP - Code
- Topic: showing all div on same position
- Replies: 3
- Views: 220
Re: showing all div on same position
Its working but following error is thrown immediately after showing contents
The requested URL /javascript& 058;show1('2'); was not found on this server.
The requested URL /javascript& 058;show1('2'); was not found on this server.
- Thu Jul 17, 2008 12:18 am
- Forum: PHP - Code
- Topic: showing all div on same position
- Replies: 3
- Views: 220
showing all div on same position
I have designed some divs and not showing to user all of them at one time. I want to show all the divs at same position but I am not able to do that. Its always showing separately in different blocks.I have tried relative position and absolute also but in vain. Pls help. Providing you the complete h...
- Tue Jul 15, 2008 6:24 am
- Forum: PHP - Code
- Topic: Hiding controls in form
- Replies: 1
- Views: 440
Hiding controls in form
There is one country drop down in the form and user is to be shown State and city only if he choses US
Otherwise hide the controls
How to do it.
Otherwise hide the controls
How to do it.
- Tue Jul 15, 2008 2:45 am
- Forum: PHP - Code
- Topic: API
- Replies: 2
- Views: 355
Re: API
Thanks a lot for giving me the initiating point about APIs
- Tue Jul 15, 2008 12:02 am
- Forum: PHP - Code
- Topic: API
- Replies: 2
- Views: 355
API
What an API is and why we need to include API of other sites If we want to use their services in our own website.
Also pls tell me about how to include other APIs in my own website.
Pls tell steps from beginning as I am new to this.
Also pls tell me about how to include other APIs in my own website.
Pls tell steps from beginning as I am new to this.
- Mon Jul 14, 2008 10:01 am
- Forum: PHP - Code
- Topic: href link in php
- Replies: 2
- Views: 88
Re: href link in php
Thanks a lot