Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 25 of 25
Search took
0.10
seconds.
Search:
Posts Made By:
onmoon
Forum:
PHP
07-13-2011, 10:05 PM
Replies:
2
publish code with highlight style
Views:
184
Posted By
onmoon
should have refined my keyword, sorry to bother.
should have refined my keyword, sorry to bother.
Forum:
PHP
07-13-2011, 09:52 PM
Replies:
2
publish code with highlight style
Views:
184
Posted By
onmoon
publish code with highlight style
here is an example: http://phpjs.org/functions/stripos:536
The page above shows codes just like in a code editor, and it is cool. But how to make it? check the html code, so many span and classes...
Forum:
PHP
03-19-2010, 09:47 AM
Replies:
7
Send email to hosted domain
Views:
791
Posted By
onmoon
I downloaded a Class called htmlMimeMail5, link...
I downloaded a Class called htmlMimeMail5, link as below:
http://www.phpguru.org/downloads/
How you normally send email by PHP?
Forum:
PHP
03-17-2010, 02:08 PM
Replies:
7
Send email to hosted domain
Views:
791
Posted By
onmoon
err...I don't have maillog under /var/log ...
err...I don't have maillog under /var/log
Probably because I point MX to google? little bit complicated. I hosted domain (say, mydomain.com) at my server, but I changed domain's DNS so that I can...
Forum:
PHP
03-17-2010, 10:39 AM
Replies:
7
Send email to hosted domain
Views:
791
Posted By
onmoon
My OS is Centos 5.3. and I checked the logs files...
My OS is Centos 5.3. and I checked the logs files (messages and secure) which are located at /var/log
but none of them mentioned the email sending status, successfully or not.
Did I check the...
Forum:
PHP
03-15-2010, 09:54 PM
Replies:
7
Send email to hosted domain
Views:
791
Posted By
onmoon
Send email to hosted domain
I have a dedicated server, which hosts serveral domains. Sometimes, we need to have an online form so that our visitors can send their comments directly to our email inbox. However, I found that the...
Forum:
PHP
11-18-2009, 03:34 AM
Replies:
1
Use PHP to send email to a hosted domain on Linux
Views:
653
Posted By
onmoon
Use PHP to send email to a hosted domain on Linux
Tried to send email by using PHP script, and it is working when I send to an email address whose domain is not hosted on the same server. But if I send it to an email address whose domain is hosted...
Forum:
MySQL
10-21-2009, 05:39 PM
Replies:
6
Remote access ot Mysql on Centos
Views:
1,605
Posted By
onmoon
Thank you for the reply. it is solved, but I...
Thank you for the reply. it is solved, but I didn't do anything, strange. After restart, it's just working as expected. but it doesn't need a restart...
Forum:
MySQL
10-20-2009, 11:42 PM
Replies:
4
How to code this in mysql and php?
Views:
875
Posted By
onmoon
We don't care about the exact number, what we...
We don't care about the exact number, what we care is yes or no. If there's not many records in this database, it should be no big difference between them. However, in case there could be a lot of...
Forum:
MySQL
10-20-2009, 10:18 AM
Replies:
4
How to code this in mysql and php?
Views:
875
Posted By
onmoon
this code may be faster than using...
this code may be faster than using mysql_num_rows():
$query = mysql_query("SELECT * FROM inventoryitems WHERE characterid = '$id' AND inventorytype = -1 AND position = -101");
if($row =...
Forum:
MySQL
10-20-2009, 10:05 AM
Replies:
6
Remote access ot Mysql on Centos
Views:
1,605
Posted By
onmoon
More symptoms: After some unsuccessfully...
More symptoms:
After some unsuccessfully config and restart, I tried to access that machine via port 80, HTTP. I will open a PHP file via Wan or Lan, and the PHP will connect Mysql. The PHP...
Forum:
MySQL
10-20-2009, 10:00 AM
Replies:
6
Remote access ot Mysql on Centos
Views:
1,605
Posted By
onmoon
And I also tried to give the remote address...
And I also tried to give the remote address privileges within mysql.
mysql> grant all privileges on *.* to 'myuser'@'192.168.*.*' identified by 'mypwd';
Query OK, 0 rows affected (0.00 sec)...
Forum:
MySQL
10-20-2009, 09:56 AM
Replies:
6
Remote access ot Mysql on Centos
Views:
1,605
Posted By
onmoon
oracleguy, thank you for your reply. Many...
oracleguy, thank you for your reply.
Many people say I need to comment on the line "--skip-networking", but I didn't find this line with my.cnf. So I think the network access is enabled..
Forum:
MySQL
10-19-2009, 10:35 PM
Replies:
6
Remote access ot Mysql on Centos
Views:
1,605
Posted By
onmoon
Remote access ot Mysql on Centos
Finally moved to linux --centos 5.3 32bit. The installation is very easy and straight. Got everything done, PHP, Mysql, Apache, not the latest version, but working. Now, I want to remotely access...
Forum:
PHP
04-11-2009, 12:56 PM
Replies:
3
Apache Authentication and PHP session
Views:
1,061
Posted By
onmoon
What I'm looking for is a solution that can...
What I'm looking for is a solution that can combine session and apache based authentication, because currently I'm using apache authentication, but think it has limitation, and if it could be coupled...
Forum:
PHP
04-11-2009, 11:57 AM
Replies:
3
Apache Authentication and PHP session
Views:
1,061
Posted By
onmoon
Apache Authentication and PHP session
Register domain with 123-reg, found that their user panel system use Apache Authentication to log in. Aparently user panel is also using session, just wondering how to do it. For instance, we use...
Forum:
Ajax and Design
03-08-2009, 02:54 PM
Replies:
5
XMLHttpRequest not working in Loop
Views:
3,546
Posted By
onmoon
Solved! Ajax request queue, very helpful.
Solved! Ajax request queue, very helpful.
Forum:
Ajax and Design
03-08-2009, 09:28 AM
Replies:
5
XMLHttpRequest not working in Loop
Views:
3,546
Posted By
onmoon
thanks! google now.
thanks! google now.
Forum:
Ajax and Design
03-08-2009, 04:54 AM
Replies:
5
XMLHttpRequest not working in Loop
Views:
3,546
Posted By
onmoon
XMLHttpRequest not working in Loop
Try to load details from sever side based on the provided prarams which are store in an array. Thus, there will be a loop, sending different request with different array element value. and I will use...
Forum:
General web building
12-15-2008, 10:46 AM
Replies:
4
postcode script
Views:
1,246
Posted By
onmoon
I got your msg. have a look at ukpostcode.net ...
I got your msg. have a look at ukpostcode.net
Is this what you want?
Let me know if you need support
Forum:
Computer/PC discussions
03-09-2007, 09:00 AM
Replies:
10
UK Postcode to Street Name database?
Views:
6,291
Posted By
onmoon
No, I don't have a friend who is rich enough to...
No, I don't have a friend who is rich enough to buy this stuff. I just download from their database. lol, you must say I breach something...
Anyway, I leave it for personal use and I don't think...
Forum:
Computer/PC discussions
03-08-2007, 10:07 AM
Replies:
10
UK Postcode to Street Name database?
Views:
6,291
Posted By
onmoon
Hi, This database is not bought from...
Hi,
This database is not bought from somewhere. Does it mean that I still need a permission from someone or some company I don't know at all, royal mail?
You saw "N/A", because you just...
Forum:
Computer/PC discussions
03-06-2007, 09:12 PM
Replies:
10
UK Postcode to Street Name database?
Views:
6,291
Posted By
onmoon
I said that I have the database
I said that I have the database
Forum:
Computer/PC discussions
03-06-2007, 01:07 PM
Replies:
10
UK Postcode to Street Name database?
Views:
6,291
Posted By
onmoon
Hi, mate, Yes, this page is developed with...
Hi, mate,
Yes, this page is developed with google map's API, but it is legal for everyone to use and develop, which you can check on google's offical map.
But that's not the point. I just use...
Forum:
Computer/PC discussions
03-04-2007, 07:15 PM
Replies:
10
UK Postcode to Street Name database?
Views:
6,291
Posted By
onmoon
I have the database you want
see this page, which can show you that I have the thing you want.
http://map.onmoon.net
If you're interested, send me email or PM me.
Showing results 1 to 25 of 25
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
11:18 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.