- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
12 Posted Topics
Re: You could use PHPMyAdmin to save the output of your SQL queries directly as MS Excel files. If you want to write a PHP script to do that, the simplest way is to make a '.csv' file. You want a tip on this, make a post | |
Re: I have read through all the previous posts. If you remember one of the posts said 'objective'. Can you kindly elaborate on what is the objective of such an editor and where and how it is going to be used and what is its application. Elaborate as much as you … | |
Re: 1. Can you please make the indentation level to 4 spaces. 2. Please use 'code=python' surrounded by square '[ ]' bracets so that it will be correctly cololur coded and end with '\code' enclosed in the same square brackets. Click on the link below for mode details on code tags … | |
Re: I will just get your started. Post back the improvements that you make to my code. There has to be at least something of value you add when you post back, OKAY. Filename: index.php [code=html] <form name = 'test' action = 'script_01.php' method='post'> <input type='radio' name='optionSelected' value='1'>Option 1 <br> <input … | |
Re: The solutions below does not directly solve the problem you have, just alternatives: 1. You could talk to you hosting provider to support 'mod_auth_mysql' or switch to another one that does. 2. You could created protected directory via the cotrol panel (CPanel for example) to your web hosting. Of course, … | |
I know that it is possible to launch a file browser from PHP script (when selecting the file to upload), but is it possible to Is it possbile to launch a 'Browse for Folder' dialog box from PHP script? Since I did not find any functionality in the PHP, I … | |
Re: Why don't you throw in some info about your project in plain english in the following manner? 1. Specify the information that you are going to feed into the software. 2. Specify the calculations that the software needs to to. 3. Specify the output that you desire. Since you said … | |
Re: You have got to give a sample input and a the related output that you are expecting. Put a main section i.e. [code=python] if __name__ == '__main__': # initialize some vars # execute the function with sample parameters # show the expected output as remarks [/code] This will be a … | |
Re: 1. Your jumble of code is going to give us pythoneers a heart attack!!! (Of course, you are forgiven as you are a newbie!) 2. Please use click on the 'Help with Code Tags' to see how you must post your code. 3. Check out the code below. I haven't … | |
I am using an array 'array_studentDetails'. This array will be used by other functions after it is initialized. Should I make it a global array as I have done in this example OR should i return the array to the calling function and pass it on to the other function … | |
Hi! Having programmed in non-object oriented programming languages for a pretty long time, thinking in terms of classes and objects hurts my brain. I have written a program in BASIC (to print out the result sheet of a class after having obtained the data such as name of the student … | |
Re: To begin with, you can save the file not only as the native .xls format but also in many other formats such as .csv for example. You could import this .csv file to the database which you are using to store information to be queries by the search engine. [QUOTE=drdna20]Hello … |
The End.