PHP Code Generator using Dotnet

Hello Friends,

As I said in my earlier post here is the PHP code generator. Currently I am using SQL server Database for code generation. Here are the simple steps to generate PHP code.

Step 1:- Select the database as shown in below screen.

PHP code generator

Step 2:- Just select the table from dropdown whose PHP code you want. And the press button to generate code.

You will get below screen.

PHP code Generator from indiandotnet
Indiandotnet PHP Code Generator

Step3:- The first textbox text is the source code for PHP add/edit page so just copy the code and save as a “.php” file.

Step 4:- The second textbox text is the source code for view data in tabular format and delete record. So just save the text in a file with extension “.PHP”.
Step 5:- Just remember the file name should reflect in code page also like form method page name and delete page.
The above step generates HTML, PHP & JAVA script code just few clicks and minor changes and you will be able to do PHP.Please find the code at Download Code

I hope you like the way.

Enjoy coding.Enjoy dot net.
Thanks & Esteemed Regards,

Rajat Jaiswal

Simple steps to create first Windows Mobile Phone 7 application

Hello Friends,

The Festival month started in India.  So first of all happy Diwali to all of you.

Today I am going to write Diwali gift code which is “My first try on Windows mobile 7 application”.

The application logic is very simple it just shows your fortune according to your birth date.

So here are the simple steps.

1)      Download  prerequisite for Windows Mobile 7   you can download all valuable  tools from site

http://create.msdn.com/en-us/home/getting_started

2)      After installation you will get simulator for windows mobile phone, Expression blend for designing screen.

3)      So let’s start with first project   create a new application for Windows mobile Phone in expression blend for windows mobile 7 as shown in below fig.

4)      Define your Page title  & Application title  as per your requirement 

5)      Once you define your project just drag and drop your require control in current project we require date picker control, Push button and a text block.

6)      We have designed screen as shown below

7)      Now open this project in VS 2010

8)      Now write the logic on button click event

9)      Once you done with this run the project by pressing F5

10)   You will get your application running in Windows Phone 7 emulator

11)   Just click on date control you will get  following screen

12)   After selecting your birth date click on button you will get following screen.

 The app shows 80% right behavior according to your birth date because I have tested with some persons. Enjoy the forecasting. You can download the code from following link. But don’t believe it 100%. It’s just a test.

Click here to Download code

Once again Happy Diwali

And Happy Windows Mobile Phone 7 Applications.

Thanks & Esteemed Regards

Rajat Jaiswal