Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K
~2K People Reached
Favorite Tags

12 Posted Topics

Member Avatar for mana_panigrahi

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

Member Avatar for avocado_juice
0
884
Member Avatar for mana_panigrahi

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 …

Member Avatar for cwarn23
0
127
Member Avatar for johndoe444

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 …

Member Avatar for jlm699
0
162
Member Avatar for mana_panigrahi

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 …

Member Avatar for sarithak
0
91
Member Avatar for talisien

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, …

Member Avatar for talisien
0
96
Member Avatar for rupeshpradhan

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 …

Member Avatar for somedude3488
0
117
Member Avatar for lmr8889

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 …

Member Avatar for michellelondon8
0
125
Member Avatar for Zaffron

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 …

Member Avatar for Zaffron
0
102
Member Avatar for abhigyan91

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 …

Member Avatar for sneekula
0
107
Member Avatar for rupeshpradhan

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 …

Member Avatar for shadwickman
0
153
Member Avatar for rupeshpradhan

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 …

Member Avatar for Egsal
0
183
Member Avatar for drdna20

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 …

Member Avatar for rupeshpradhan
0
147

The End.