Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
New Listing
How to convert web application to windows applications
Hi.. I can develop project in php and mysql. I want to convert these as window application.
28
Mar 10 10 08:51:25
Anand78758
How to convert web application to windows applications
Hi.. I can develop project in php and mysql. I want to convert these as window application.
35
Mar 10 10 08:51:17
Anand78758
Mysql
How to lock the particular table in database.. Give me the executed query.
34
Mar 10 10 06:22:18
Anand78758
Magento
Magento template installation procedure Let's start the Magento template installation. 1. Open hosting control pane.2. Get to database management tool (usually phpMyAdmin is used).3. Create new database.4. Import the dump.sql file from the template sources>sample data folder.5. Run your website (the installation procedure begins).6. Enter a..
31
Mar 09 10 08:00:55
Vickeey2003
Magento
Can’t login to magento admin after installation. If the domain is not a true domain then this problem occurs. Its like if you use your localhost to run magento store,then you will face this problem. You can overcome this by browsing using ur ip address or you can remove these three line from the following page. app\code\core\Mage\Core\Mod..
18
Mar 09 10 07:58:13
Vickeey2003
Zombie process
zombie process or defunct process is a process that has completed execution but still has an entry in the process table, allowing the process that started it to read its exit status. In the term's colorful metaphor, the child process has died but has not yet been reaped..."Use top or ps command:[root@layer1 ~]# top[root@layer1 ~]# ps aux | awk..
16
Mar 09 10 06:12:38
Tjrambabu
How to connect signle table in mysql database using sql query ?
MySql Connection : Connection a single table using my mysql query . GRANT SELECT , DELETE , CREATE , DROP , INDEX , ALTER , CREATE VIEW , SHOW VIEW ON `database name`.`your-table-name` TO 'username'@'localhost' WITH GRANT OPTION ;
42
Mar 04 10 07:08:57
Psbharathy
How to let PHP to create subdomain automatically for each user
Hi, How do I create subdomain like http://user.mywebsite.com ? Do i have to access htaccess somehow? Is it actually simply possible to create it via pure php code or I need to use some external script-server side language
46
Mar 04 10 05:30:04
Phpkarthic
Rowset is not bookmarkable in vb
how to solve the error "rowset is not bookmarkable" in datagrid or recordset?Check the following VB code to solve the issues.Dim rs As ADODB.RecordsetSet rs = New ADODB.Recordsetstr = "select * from route"rs.CursorLocation = adUseClientrs.Open str, con, adOpenDynamic, adLockOptimisticSet DataGrid1.DataSource = rs
47
Feb 08 10 02:50:32
Sekar
Simple Ajax
The AJAX may be made to be played in the web browsers. Here I am having a very simple code that will work in all browsers. Just you can customize as per the needs.Place the my_ajax.js in the head section of your html.Use this call ->javascript:get(outputDivId,inputDivId) to perform.
102
Dec 23 09 08:16:18
MuraliManoharM
Application runtime error
When running my application(Macromedia Dreamweaver I get the following error:\"A problem was detected with ur application. please reinstall this software to correct the pbm\".. i tried to reinstall but the same error got.. any one giv solution to that pbm and also if u hav any latest editor pls tel me details....
97
Dec 12 09 07:04:38
Picotasoft
Serialize() and unserialize() in php
serialize() and unserialize() :-Serialize :- This is useful for storing or passing PHP values around without losing their type and structure. For example stored the data like session data. The stored the data format like a:1:{s:5:"title";s:71:"This is simple example of the serialize and unserialize function in php";} Unserialize :- single s..
119
Dec 11 09 05:53:32
Sekar
SMTP commands authentication
Sending mail SMTP AuthSMTP-AUTH can be used to allow users to relay mail while denying relay service to unauthorized users, such as spammers. The following commands to able sending the mail from Telnet.C:>Telnet youropensource.com 25Telnet> HELO mail.youropensource.comTelnet> Ehlo YOSTelnet> AUTH PLAIN aEbeFegHRDseYOs1245aYu=Telnet..
101
Dec 10 09 03:43:47
Sekar
Htaccess seo friendly urls
Hi,How to make seo friendly urls using htaccess files .my Url : http://www.demo.com/success.php?id=2 http://www.demo.com/success/2 can anyone pls post codes..Thanks in Advance.
147
Nov 25 09 06:30:37
Phpkarthic
Ajax Paginations
Hi , I have attached the ajax pagination using php and mysql.
89
Nov 24 09 11:33:30
Phpkarthic




