1,741 Posted Topics

Member Avatar for naju

umm..I didn't get what you really want..But as per my understanding, it can be done using sql. Say a user adds a level module. Have a column in the table with name level_module. If the user has installed a level module, set it to 1. You can then check if …

Member Avatar for naju
0
108
Member Avatar for ebabes

You can do that using css. [code] <html> <body> <a href="http://www.example.com" style="text-decoration: none;">click here</a> </body> </html> [/code] To apply the same style to all hyperlinks, use this. [code] <html> <head> <style type="text/css"> a { text-decoration: none; } </style> </head> <body> <a href="http://www.example.com">Click here</a> </body> </html> [/code] This will take off …

Member Avatar for ebabes
0
106
Member Avatar for rickarro

Thats because, reg_num variable is null. Where is reg_num coming from ? From a previous page ? You can use print_r($_POST) for debugging purpose. This will print all the variables that are posted from page1 to page2.(PS. You should write print_r($_POST); in page 2.) Try that and tell me if …

Member Avatar for rickarro
0
214
Member Avatar for ithelp
Member Avatar for rickarro

You need to write style for that (using css ie.,) Check [url=http://www.w3schools.com/css/css_examples.asp]this [/url] out.

Member Avatar for rickarro
0
142
Member Avatar for nazall

[QUOTE=hooray;513673]I dont know if it is as simple as this, but you have left out a " at the end of your $sql = part before the ;[/QUOTE] :) Absolutely right.

Member Avatar for phper
0
226
Member Avatar for nuBudDy

[url=http://autoindex.sourceforge.net/forum/apache.php]This [/url] might help. My suggestion is to use [url=http://www.wampserver.com/en/download.php]WAMP[/url] or [url=http://www.apachefriends.org/en/xampp-windows.html] XAMPP [/url]. It configures everything for you!

Member Avatar for phper
0
112
Member Avatar for Ken123

Welcome to Daniweb Ken.. Please post your question in hardware forum! :)

Member Avatar for Serunson
0
83
Member Avatar for zuniza
Member Avatar for Slicky
Member Avatar for egejo

I don't think that is possible. If you have the access to the 'users' table, why don't you update the table setting an empty password ? Then send a mail to all the people in the users table(I am sure you will have a field 'email' in the table) asking …

Member Avatar for pclfw
0
143
Member Avatar for Venom Rush
Member Avatar for Vai

[QUOTE=Abhishek Anand;516206]never print or echo anything after using header. [/QUOTE] After using header ? Are you sure ? You can print anything you want after calling header function. You shouldn't print anything before header. :)

Member Avatar for nav33n
0
143
Member Avatar for deerslayer
Member Avatar for duttydea

You can do that by using group by clause. [inlinecode]select * from product_listing group by product_category; [/inlinecode] I dont know what you mean by >>still be able to see the table layout in dreamweaver << :S

Member Avatar for nav33n
0
70
Member Avatar for dani190

My suggestion is, always use integer values if you are are updating a table based on the choice made. Because, it ll be easy for you to update. But I guess your table structure is not that good.. Do you have an autoincrement field(id or counter or anything like that …

Member Avatar for nav33n
0
135
Member Avatar for duttydea

You haven't shown us where you want to include a where clause. You should mention your problem in detail. :)

Member Avatar for nav33n
0
347
Member Avatar for lakersrulz101

If your computer beeps more than what it used to, then I think its your RAM which has the fault.

Member Avatar for hughv
0
126
Member Avatar for jermeyd
Member Avatar for nathanpacker
Member Avatar for lydia21
Re: help

when the user logs in, put his username to the session. Eg. //After logging in, add his name to the session. [inlinecode]$_SESSION['user']=$username; [/inlinecode] Then in each page, check if $_SESSION['user'] is not null. If its null, then use header function to redirect the user back to the first page. If …

Member Avatar for nav33n
0
103
Member Avatar for ewilson
Member Avatar for MS BATOOL
Member Avatar for rossowen

Welcome to Daniweb. Post your questions in related forum and you will surely get some help!

Member Avatar for zandiago
0
112
Member Avatar for computertech1
Member Avatar for gehher
Member Avatar for wazzam
Member Avatar for bubbleT
Member Avatar for Cal Uhl
Member Avatar for sk8ndestroy14
Member Avatar for rajeevkshr
Member Avatar for palconit

[QUOTE=technogeek_42;515133]can i get ur e-add and ur cp #[/QUOTE] The OP started this thread almost 2 yrs ago.

Member Avatar for technogeek_42
0
120
Member Avatar for RDWilson2

[QUOTE=bwinkle;515805]Please send additional information to: Billy Winkle IS Manager Postal Presort, Inc. Wichita, Kansas 67203 [email]bwinkle@postalpresort.com[/email][/QUOTE] What information ? :S

Member Avatar for nav33n
0
108
Member Avatar for spundy
Member Avatar for bs6769
Member Avatar for duttydea

[QUOTE=GCameron;514249]It's my understanding that if the file type is not .php (or one of it's variations) the php parser doesn't get invoked on the web server so the code gets treated like any other content and is displayed.[/QUOTE] Right. You can edit your .htaccess file to parse html file as …

Member Avatar for fatihpiristine
0
126
Member Avatar for kenchiro

Explain your problem in detail. What do you mean by filename and foldername it doesnt array A-Z,0-9 ? Also, when posting your code, put it in [code =php][/code ] tags.

Member Avatar for fatihpiristine
0
142
Member Avatar for likhin
Member Avatar for twomers

It's okay. He's just admiring the shape of your skull. - Fear and loathing in Las vegas.

Member Avatar for vmanes
0
276
Member Avatar for jrtech
Member Avatar for Febin kv

Welcome to Daniweb! Well, since this is an 'introduce yourself' forum, theres no problem if you say about your background. :)

Member Avatar for Serunson
0
47
Member Avatar for ulcimd1
Member Avatar for neverrest420
Member Avatar for HAARP_Sonik
Member Avatar for jelligal42
Member Avatar for karinc

Welcome to Daniweb! lol.. We aren't geeks(well, not me atleast! :P )

Member Avatar for Serunson
0
92
Member Avatar for rnr
Member Avatar for Serunson
0
136
Member Avatar for teasemano
Member Avatar for progressing
Member Avatar for Persist01

You should post this question in [url=http://www.daniweb.com/forums/forum143.html] html and css[/url] forum.

Member Avatar for Persist01
0
79

The End.