| Author |
Message |
haroon373
Replies: 4
Views: 443
|
Forum: Friendly PHP Lounge for Free PHP Help and PHP Discussion Posted: Sat Sep 20, 2008 11:17 am Subject: I will appreciate some help here...
which forum software you are trying to install? every forum software has its own installation process and will create database, configuration file and other necessary things.
let me know the softwa ...
|
 |
haroon373
Replies: 2
Views: 482
|
Forum: Friendly PHP Lounge for Free PHP Help and PHP Discussion Posted: Sat Sep 20, 2008 11:12 am Subject: About CMS
my suggestion is to study about the existing CMS system like, JOOMLA, WordPress, OSCommerce etc.
then you have enough idea to design you own CMS system as you like
|
 |
haroon373
Replies: 1
Views: 312
|
Forum: Friendly PHP Lounge for Free PHP Help and PHP Discussion Posted: Sat Sep 20, 2008 11:09 am Subject: OMG NEED HELPPP BADDDDDD
where you getting $prod (for product id) in second query? if you are getting from first query; then it is not defined when you run the first query.
first get the product id and define $prod. and the ...
|
 |
haroon373
Replies: 3
Views: 1055
|
Forum: Beyond PHP: Other Programming Languages Posted: Thu Sep 11, 2008 2:01 am Subject: Javascript Textareas
this script will resolve you desired problem
<script language="JavaScript" type="text/javascript">
// this function stores the given text in a temp variable
...
|
 |
haroon373
Replies: 3
Views: 1055
|
Forum: Beyond PHP: Other Programming Languages Posted: Thu Sep 11, 2008 1:57 am Subject: Javascript Textareas
<html><head>
<title>Banana</title>
<script>
function countlines()
{
var area = document.getElementById("texta")
/ ...
|
 |
haroon373
Replies: 5
Views: 1325
|
Forum: Beyond PHP: Other Programming Languages Posted: Thu Sep 11, 2008 1:46 am Subject: bold text in javascript confirm box
sorry i forgot about implimentation
here it is
<input type="button" value = "Test the alert" onclick="alert('This is a custom alert dialog that was created by over- ...
|
 |
haroon373
Replies: 5
Views: 1325
|
Forum: Beyond PHP: Other Programming Languages Posted: Thu Sep 11, 2008 1:44 am Subject: bold text in javascript confirm box
// constants to define the title of the alert and button text.
var ALERT_TITLE = "Oops!";
var ALERT_BUTTON_TEXT = "Ok";
// over-ride the alert method only if this a newer br ...
|
 |
haroon373
Replies: 4
Views: 588
|
Forum: Beyond PHP: Other Programming Languages Posted: Thu Sep 11, 2008 12:48 am Subject: How to make multi language website
it is very simple
just create multiple php file. like english.php, french.php, japan.php etc.
write you site's static contents in those files.
like
//english.php
$lang['hello'] = 'hell ...
|
 |
haroon373
Replies: 2
Views: 499
|
Forum: Beyond PHP: Other Programming Languages Posted: Thu Sep 11, 2008 12:41 am Subject: nothing is imposible
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{4,8}$
Password must be at least 4 characters, no more than 8 characters, and must include at least one upper case letter, one lower case letter, and one numeric dig ...
|
 |
haroon373
Replies: 0
Views: 1419
|
Forum: Newbie Training: Tutorials, Tutorial Submission and Tutorial Requests Posted: Thu Sep 11, 2008 12:00 am Subject: Creating a Multi-File Upload Script in PHP
Frustrated with single-file upload scripts? Looking for an alternate route? Read as Jonathan shows us how easy it really is to setup a multi-file upload script using PHP.As a PHP programmer I had run ...
|
 |
haroon373
Replies: 4
Views: 1053
|
Forum: Graphic and Web Design Posted: Tue Sep 02, 2008 10:39 pm Subject: Page Turner Corners on sties
hope you will enjoy this code
http://verens.com/archives/2005/04/18/using-javascript-folds-in-vim/
|
 |
haroon373
Replies: 1
Views: 573
|
Forum: Beyond PHP: Other Programming Languages Posted: Tue Sep 02, 2008 10:00 pm Subject: text editor support multiple column-javascript
tinyMCE is the editor in which you can you do any thing i think
http://tinymce.moxiecode.com/
|
 |
haroon373
Replies: 1
Views: 526
|
Forum: Beyond PHP: Other Programming Languages Posted: Tue Sep 02, 2008 9:55 pm Subject: java-bridge between java and php with IIS
here is installation guide
http://php-java-bridge.sourceforge.net/pjb/installation.php
|
 |
haroon373
Replies: 1
Views: 483
|
Forum: Beyond PHP: Other Programming Languages Posted: Tue Sep 02, 2008 9:54 pm Subject: encryption and decryption in php and j2me
Hi there! I haven't heard of bouncy castle light weight cryptography, but php has many encryption techniques. There is base64_encode and base64_decode . You can also use sha1 & ...
|
 |
haroon373
Replies: 1
Views: 1441
|
Forum: SEO - Search Engine Optimization - Internet Marketing Posted: Fri Aug 29, 2008 5:21 am Subject: Hit Counter Script
here you can find an php hit counter script that can fulfill your requirement
http://phpmetablog.com/2008/08/29/php-text-hit-counter/
|
 |
| |