Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
4 Commented Posts
0 Endorsements
Ranked #977

74 Posted Topics

Member Avatar for rm_daniweb

Hi All, I just want to share my code. A lots of website said that php is on server side and javascript is on client side...they said we cannot run php on javascript... here's how we can run php function when you click call the onchange events on javascript. [code=php]function …

Member Avatar for talad
0
3K
Member Avatar for mps727
Member Avatar for dewitt-joyce
0
464
Member Avatar for chard0919
Member Avatar for kamalesh biswas
0
992
Member Avatar for mithesh

> hi > I need to display date which is stored in database and need to format and display on web page the current format is (Y-m-d) > I need to display as (d-m-Y); > On the web page pls anybody help me with the php script I will paste …

Member Avatar for antonyruban
0
8K
Member Avatar for subaash

* cd080802.zip (~3MB) - Bootable CD image * cd080526.zip (~3MB) - Previous release, Bootable CD image * bd080526.zip (~1.4M) - Bootdisk image * drivers1-080526.zip (~310K) - Disk drivers (mostly PATA/SATA) * drivers2-080526.zip (~1.2M) - Disk drivers (mostly SCSI) [url]http://www.petri.co.il/forgot_administrator_password.htm#1[/url] tested 100% okay!

Member Avatar for progneer.soft
0
321
Member Avatar for xuexue

try to see. bin2hex() bindec() hexdec() ceil() number_format() base_convert()

Member Avatar for xuexue
0
178
Member Avatar for madristaa

[QUOTE=madristaa;840360]Hello friends, I have a very minor error, but i am not able to figure out which one is that. I have a simple form page and it goes to the another page and insert the values in database. But the thing is it inserts multiple rows in the database. …

Member Avatar for accountholder
0
87
Member Avatar for abu taher

put the date constant inside your code. CONST dateExpired = "2010-APR-13"; everytime your program runs....detect the user computer time now(); then do the comparison if dateExpired > now() okay if not...create an error.

Member Avatar for abu taher
0
569
Member Avatar for WaltP
Member Avatar for FlamingClaw
0
176
Member Avatar for rahul8590

create one field on your table seat_taken. if the seat is occupied put TRUE if not put FALSE then get that chair owned by whom and what branch. from that you can control your available seats and what branch. I hope it helps...

Member Avatar for rm_daniweb
0
100
Member Avatar for judo
Member Avatar for stevebush

[code] Function FormatPhoneNumber(Text As String) As String Dim tmp As String If Text <> "" Then ' First get rid of all embedded dashes, if any. tmp = FilterString(Text, "0123456789") ' Then reinsert them in the correct position. If Len(tmp) <= 7 Then FormatPhoneNumber = Format$(tmp, "!@@@-@@@@") Else FormatPhoneNumber = …

Member Avatar for rm_daniweb
0
90
Member Avatar for mandyb

[QUOTE=mandyb;853354]I am needing help. I want to create files with variable file names - I am creating a membership website and want each member to be able to have a blog username.htm The problem is that when I try to create this using the fopen function it is not recognizing …

Member Avatar for somedude3488
0
81
Member Avatar for Thinka

type: lspci -vv | less and look for the chips number and vendor. from that you will know what driver are you going to install. Some wireless card are using the same chips but they are just different in manufacturer's name.

Member Avatar for rm_daniweb
0
164
Member Avatar for tasosa

according to mattp: Segmentation fault is caused by referencing memory thats already been freed, using pointers incorrectly, or trying to access some messed up hardware. I think you have problem in using pointers incorrectly. try to use *arr not **arr what I read is **arr is for 2 dimensional array …

Member Avatar for Ancient Dragon
0
165
Member Avatar for ramdaol

check if the printer and file sharing is active there should be a check on it on your workstation. Check also if your printer is shared into network there is a sharing icon on it. Make sure your pc is on the same Workstation Name, check the IP of your …

Member Avatar for ramdaol
0
133
Member Avatar for xXxWiredxXx
Member Avatar for neutralfox
Member Avatar for ravikiran032

try this. G: -------> separate the drive letter. cd "Documents and settings\ravi kiran\recent" del /f kiran.txt

Member Avatar for rm_daniweb
0
150
Member Avatar for chrt396

try to remove all your IDE connections... Integrated Device/Drive Electronics. one by one...first your cdrom cable, next your hdd or cdrw. and try to open again.

Member Avatar for rm_daniweb
0
273
Member Avatar for junior_jie

[url]http://www.computing.net/answers/windows-xp/how-i-solved-mupsys-problem-xp-pro/97354.html[/url] [url]http://www.aitechsolutions.net/mupdotsysXPhang.html[/url] try that about Mup.Sys Issue ... google Mup.sys issues....

Member Avatar for FlamingClaw
0
331
Member Avatar for iseeawl

Boot from your CD and follow the directions to start Recovery Console. Then: 1. Insert and boot from your WindowsXP CD. 2. At the first R=Repair option, press the "R" key 3. Press the number that corresponds to the correct location for the installation of Windows you want to repair. …

Member Avatar for FlamingClaw
0
159
Member Avatar for stevebush

Your ocx and dll's are not registered in the registry. get all your dll and ocx create a batch file register.bat inside the file register.bat regsvr32 MSHFLXGD.OCX ---> FLEXGRID regsvr32 MSDATGRD.OCX----> DATAGRID regsvr32 MSADODC.OCX----> DATAGRID PUT ON C:\WINDOWS\SYSTEM32 all these files. REMEMBER: run this register.bat right click in windows explorer …

Member Avatar for vb5prgrmr
0
145
Member Avatar for J-KeRcA
Member Avatar for kehar
Member Avatar for justinmyoung

[QUOTE=justinmyoung;839485]I'm working on implementing a php registration/login script. When a user registers and then login - they are directed to a page that I would like to display a form, such as you would see in a contest. The person would fill out the form, entering the information into the …

Member Avatar for rm_daniweb
0
3K
Member Avatar for guest7
Member Avatar for rm_daniweb
0
97
Member Avatar for Dr. Worm

use the EOF function you have an empty line inside your file. Do While Not EOF(1) -->your file number your code here... Loop

Member Avatar for rm_daniweb
0
182
Member Avatar for raseel

ROMAN_ARRAY_RESULT DB 50 DUP ? ----> NEED (?) ROMAN_ARRAY_RESULT DB 50 DUP (?) --should be like this. WHAT IS "DN"........NXT DN (?) NXT DB (?) CHECK_NUM PROC NEAR ;check if this digit is anumber between 0-9 mov ax, num cmp ax, 30h jl INVALID cmp ax, 39h jg INVALID xor …

Member Avatar for rm_daniweb
0
256
Member Avatar for leroi green

[code=visualbasic] Do Do While isConverted = True counter += 1 If chancecount <= 8 AndAlso usernum < randomnum Then chancecount = chancecount + 1 Me.xAnswerLabel.Text = "Oops, too low. Go a little higher" Exit Do ElseIf chancecount <= 8 AndAlso usernum > randomnum Then chancecount = chancecount + 1 Me.xAnswerLabel.Text …

Member Avatar for leroi green
0
75
Member Avatar for danielagaba
Member Avatar for rm_daniweb
0
52
Member Avatar for will910
Member Avatar for rm_daniweb
0
274
Member Avatar for navi17

can you post your code after "showsuboptions" with 3 links. and show us how you call the id inside your database.

Member Avatar for rm_daniweb
0
154
Member Avatar for kssi89

do not include C:\ ...........follow the root of your website. root????\web\images_files\

Member Avatar for rm_daniweb
0
89
Member Avatar for 81griffinIT
Member Avatar for rm_daniweb
0
140
Member Avatar for kehar

CREATE TABLE IF NOT EXISTS newTable SELECT * FROM anotherTable WHERE yourcondition='conditionvalue'

Member Avatar for rm_daniweb
0
106
Member Avatar for whitestream6

//make it TAB delimited file [code=php]$thefile = "test.php" $fd = fopen ($thefile, "r"); while (!feof ($fd)) { $buffer = fgets($fd, 4096); $lines[] = $buffer; } fclose ($fd); //THE FIRST REFERENCE NUMBER INSIDE THE FILE SUBMITTED $TheFirstRecord=trim($lines[0]); $RefNum = explode("\t", $TheFirstRecord); //detect the TAB to explode[/code] then put every $Refnum[] array …

Member Avatar for BzzBee
0
137
Member Avatar for vidhyaponnusamy

[QUOTE=vidhyaponnusamy;842841]Hi, I want to create tree like menus in php,but the values will be retrieved from mysql,i want menus with submenus which means tree structure,i don't know how to display the mysql value in a menu tree structure,please help me out for this problem.[/QUOTE] try this: [url]http://www.weberdev.com/get_example-3433.html[/url] and this: [url]http://www.phpclasses.org/browse/package/4112.html[/url]

Member Avatar for vidhyaponnusamy
0
94
Member Avatar for jbh6gc

[code=php] //PUT THIS ON TOP OF YOUR PAGE //END MY SESSION ON THE SINGLE PAGE session_start(); if(isset($_SESSION['expiredalready'])=="true"){ $gointtoifexpired=$_SESSION['returnurlifexpired']; echo "<script>alert(\"Session Expired! your previous ordered has been cancelled. Please exit your browser and try again!\")</script>"; die("<script language=\"JavaScript\"><!-- setTimeout(\"location.href = '$gointtoifexpired'\",1000); //--></script>"); } $numberofseconds = 600; //in seconds set_session($numberofseconds); function check_session() { …

Member Avatar for Designer_101
0
693
Member Avatar for marjan_m

[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <script> function album() { t = setTimeout("document.getElementById('pic').style.visibility = 'visible' ",5000); } function album_hide() { clearTimeout(t); } </script> </head> <body> <table> <tbody> <td> <?php $no = 1; while( $no < 6 ) { $pic = …

Member Avatar for cwarn23
0
111
Member Avatar for ryan311

[QUOTE=ryan311;840202]this is my code im using dreamweaver but i dont know how to add a data. . :( [code] <table width="98%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="75%" valign="top" class="body"> <table cellpadding="3" cellspacing="0" border="0" width="100%"> <tr> <td width="40%"> <b>Choose username:</b></td> <td> <input type="text" name="user" size="20" tabindex="1" maxlength="25" /> </td> </tr><tr> <td …

Member Avatar for ryan311
0
142
Member Avatar for gagan22
Member Avatar for nathenastle

read this: [url]http://www.daniweb.com/forums/thread185568.html[/url] I have a typographical error change unto this $obj = new htmlMailer();

Member Avatar for rm_daniweb
0
107
Member Avatar for navi17

[QUOTE=navi17;842767][B][COLOR="Red"]Does anyone know how I can display a list of (let's say) 5 members that have visited my profile page recently? Shouldn't be too hard, should it? Let's try to find a solution, since I believe more users might be interested in such a feature. Thanks guys, navi[/COLOR][/B][/QUOTE] [url]http://sourceforge.net/projects/phploginsystemw/[/url] I …

Member Avatar for rm_daniweb
0
155
Member Avatar for rajeesh_rsn

[QUOTE=rajeesh_rsn;843346]Hi i know php and mysql little bit. I likes to create a online chat application. Please any one give me a right tutorial or chatting idea . Please Help me Thanks Rajeesh[/QUOTE] try this...

Member Avatar for rajeesh_rsn
0
83
Member Avatar for usang2me

[QUOTE=usang2me;843454]I tried everything man, but could get through....and you know wat rilli piss'd me .....the same code n everything working fine on local....but not on Host...... is it becoz of windows & linux problem... coz m working on windows...n server is using Linux........ I'm sending you my whole code......please check …

Member Avatar for BzzBee
0
354
Member Avatar for jackal joe

[QUOTE=jackal joe;842819]i'm developing a website for my final year project entitled [B]foreign workers booking system[/B]. Now i got several problems the problems are:- 1.How to come up with a dwi language website 2.How to make a private mail so that i can send a mail to an employer. 3.How to …

Member Avatar for BzzBee
0
97
Member Avatar for usang2me

friend next time create your own topic....do not use another users thread.

Member Avatar for rm_daniweb
-1
73
Member Avatar for theimben

[QUOTE=!Unreal;843330]I want to check if a key exists in a MySQL DB. I can do this ok but I would need to create a new key if it does exist. So this is the function that makes the key: [code=php] function keygen($a){ $b = str_shuffle('abcdefghijklmnopqrstuvwxyz1234567890'); return substr($b,0,$a); } [/code] So …

Member Avatar for rm_daniweb
0
157
Member Avatar for swit

[QUOTE=swit;842288]Hello people, i have the following code though it is not giving me the exact results i want. i would like the code to order by the name but the order by doesnt seem to be executed. here is the code; [code] $query2 = "select * from jos_categories where id …

Member Avatar for rm_daniweb
0
144

The End.