Search found 160 matches

Return to advanced search

Generating Random String using php

There are two good methods to generate random strngs with php. Method 1: function genRandomString() {    $length = 10;    $characters = ’0123456789abcdefghijklmnopqrstuvwxyz’;    $string = ”; &nb...
by Saman
Thu Sep 02, 2010 10:27 pm
 
Forum: PHP & MySQL
Topic: Generating Random String using php
Replies: 0
Views: 13

Re: How to configure emails with WAMP easily

Under Users and Domains. for domain, add hotmail.com instead of mail.hotmail.com and in user just myemail instead of myemail@hotmail.com.

Hope that helps!
by Saman
Tue Aug 17, 2010 8:48 pm
 
Forum: Web programming
Topic: How to configure emails with WAMP easily
Replies: 4
Views: 189

Re: Network Card එක වැඩ නැ

Since you said that your bro is working with DHCP (Auto configuration), it should work with the same settings. To confirm your bro is on auto settings, do as follows. Switch on your bro's laptop. Go to start menu -> Control Panel -> Network Connections. Notice the network connection that appea...
by Saman
Mon Aug 16, 2010 7:00 am
 
Forum: සිංහල කාණ්ඩය
Topic: Network Card එක වැඩ නැ
Replies: 9
Views: 126

Re: Network Card එක වැඩ නැ

On network status window (your first image) click on properties. You will get a list of services allocated to the network interface. Click on Internet Protocol (TCP/IP) and click on Properties button. You can try two settings here. Option 1: As in my previous post, put ticks to "Obtain IP addre...
by Saman
Wed Aug 11, 2010 10:34 pm
 
Forum: සිංහල කාණ්ඩය
Topic: Network Card එක වැඩ නැ
Replies: 9
Views: 126

Openfire installation guide

This is a simple guide that demonstrate how to install Openfire on Cent OS. ⋅ Make Database Create a new database (name it as Openfire). Create a user (username: openfire password: something you like) ⋅ Download Openfire RPM and upload to your server You may also download the fil...
by Saman
Wed Aug 11, 2010 9:35 pm
 
Forum: Web Related
Topic: Openfire installation guide
Replies: 0
Views: 121

Re: Network Card එක වැඩ නැ

Typical PCI cards present either one or two key notches, depending on their signaling voltage. Cards requiring 3.3 volts have a notch 56.21 mm from the front of the card (where the external connectors are) while those requiring 5 volts have a notch 104.47 mm from the front of the card. So called &qu...
by Saman
Mon Aug 09, 2010 4:12 pm
 
Forum: සිංහල කාණ්ඩය
Topic: Network Card එක වැඩ නැ
Replies: 9
Views: 126

Re: How to make a Mosquito Repeller

You can try 18K which will make a a slight shift in frequency. Better do an experiment.

Also, you may all put few resistors in series to make 16 L as well.
by Saman
Mon Aug 09, 2010 5:31 am
 
Forum: Other Applications
Topic: How to make a Mosquito Repeller
Replies: 3
Views: 103

Re: Best Free Web Hosting for CGI, PHP, ASP.NET, Perl, Python

I'm using X10 as a web backup. Tested some php codes as well.
So far so good :D
by Saman
Fri Aug 06, 2010 11:05 am
 
Forum: Web Related
Topic: Best Free Web Hosting for CGI, PHP, ASP.NET, Perl, Python
Replies: 8
Views: 196

Re: DCP 650VA UPS circuit

I knew two good UPS brands in Sri Lanka. One is Sola (Australian) sold by Adelphi. They have given a superb service to me at my door step. Real value for my money. But I don't know whether they exist or sell them now. Even after 11 years, it still works with my dad. The other brand is APC (American ...
by Saman
Thu Aug 05, 2010 3:33 pm
 
Forum: Project Assistance
Topic: DCP 650VA UPS circuit
Replies: 44
Views: 461

php Cron Jobs

Manipulate strings of data. Query an assortment of databases. Send multi-part mail messages. Parse XML. We’ve all heard of the many powerful and efficient uses for PHP as a Web language. But you can combine PHP with other tools to achieve a range of different results. One of those tools is Cron. Wha...
by Saman
Wed Aug 04, 2010 7:14 pm
 
Forum: PHP & MySQL
Topic: php Cron Jobs
Replies: 0
Views: 60
Next

Return to advanced search