- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Simple root level programmer
- Interests
- PHP, MySQL and transition technologies.
- PC Specs
- core2 duo, 1gb ram
7 Posted Topics
Re: To add to what Mike has said, I' d like to share the syntax with an example- $a=explode('2014-12-20','-'); the code snippet would return an array assigned to variable $a as follows: $a[0]="2014", $a[1]="12", $a[2]="20" | |
I am an Finance and Accounting professional and am interested in Application design and development. I have been trained in-house by my organisation in Core Java, PHP and MySQL. My experience includes the design and development of a PHP web application whch takes care of main activity of my organisation. … | |
I have a licensed copy Adobe Acrobat Reader 11.0.5. I am trying to digitally sign a .pdf file through the software with a digital certificate downloaded from the CA (Certificate Authority). The signed document says that the signature is invalid. When I use the same token to sign using Acrobat … | |
I have a project developed in PHP in the Windows platform and it is running well. I am now trying to run it on LINUX (Red Hat and CentOS). It isnot going beyond the index page. I have zeroed in on line where where it is getting stuck. It is … | |
I'm successfully importing a .dbf table into access using the get external data wizard. The issue is the data structure of the imported table. For instance, a filed with num(5) in .dbf will appear as double (without any field length) in the imported table in access. This limits onward use … | |
I have a table in visual foxpro. I want to import the table to mysql. I tried to do it by making an ODBC dsn for a blank mysql database and trying the export wizard from VFP, but it has no option for writing to an ODBC database. Is there … | |
Hi! I'm unable to connect to my ODBC data resource from PHP. The code I have written is given below. Secondly, I'm not sure what username and password combination to use in the odbc_connect function when the ODBC data source is MS-Access. Joy. [CODE] $connect = odbc_connect("SerMas", "Joyji", ""); # … |
The End.