Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
4 Commented Posts
0 Endorsements
Ranked #2K
Member Avatar for ZenMartian

[QUOTE=ZenMartian;528989]Hi Folks! This is probably an easy one for most of you php people :-) I've got a PHP form that's working fine, yet after I SEND the form, it goes to a web page with a "Thank You" message on it (ala the php {print} command), ok... what I …

Member Avatar for rahulyadav1916
0
15K
Member Avatar for olddocks

[QUOTE=bobchrist;520499]dzone.com has similar concept[/QUOTE] DZone seems to be more geared towards programmers/developers than simple web designers. With that in mind, I love DZone and go there far more than any other social bookmarking site. The rest are just a pot luck mix of crap, while at DZone I know I'll …

Member Avatar for Andy76
0
225
Member Avatar for mddv

[QUOTE=jameslittle;218948]I've been working building the links to my sites. More often than not, it does help in term of PR gain. But not really that much on getting the desired traffic. :-| I guess to get traffic, I ought to look more into "social networking" sites and be interaction with …

Member Avatar for sweetdoll22
1
1K
Member Avatar for HemaniRaheel

[QUOTE=mriza;515859]I see nofollow on link tag on all our signatures in this forum (From Page source), it's mean Google would not follow all our signatures links on this forum. :D (Please web master remove this nofollow)[/QUOTE] You may have noticed that the "Visit XYZ's Homepage" link attached to your name …

Member Avatar for williamj896
0
2K
Member Avatar for Woobag

[QUOTE=Woobag;509358]edit - I tried wrapping the PHP code in <pre> tags and that did the trick, still trying to understand why it does not work without them.[/QUOTE] As other people have pointed out, the reason this doesn't work without a <pre> tag is that HTML ignores normal whitespace characters. The …

Member Avatar for EvolutionFallen
0
2K
Member Avatar for zuniza

[QUOTE=zuniza;516836]i'm new in this field.my lecturer want me to made up some project.i want to made an academic portal that have a forum inside that.how can i made it by use html,php or what?please help me?[/QUOTE] Building a forum from scratch would be an interesting project... but long and unnecessary …

Member Avatar for artonweb
0
259
Member Avatar for aliyesami

[QUOTE=aliyesami;524991]what I would like to do is to be able to offer a drop down list of values to select from ( which will come from a table in oracle) instead of the user remembering n entering a value, how can i achieve that ?[/quote] In HTML, what you're looking …

Member Avatar for sarper
0
892
Member Avatar for Dilnesaw

I assume you mean e-mail the link to the person. If you want to e-mail the actual page, that's a little different... The most basic way to do e-mail a message would be to use the [url=http://us.php.net/manual/en/function.mail.php]mail()[/url] function. mail() takes a few parameters [list] [*]$to - the recipient's e-mail address …

Member Avatar for elmerthomas
-1
268
Member Avatar for kishou

[QUOTE=kishou;518798]ok i cant seem to log in with a regualr password. this code works fine without md5 but it doesnt work when i use md5. yes i've already connected and selected database.[/QUOTE] How is the password stored in the database? You say the code works fine without md5 but it …

Member Avatar for Graphix
0
306
Member Avatar for besktrap

Some of that (changing the colors of the text and whatnot) you can do with CSS styles. The rest (changing the actual text) requires that you use a scripting language like Javascript. For the styling (changing text color, background color, etc) you can apply a style to input buttons. With …

Member Avatar for Walkere
0
144
Member Avatar for daviddoria

I'm a bit confused as to why all of the replies so far are about whether or not the site is a Flash site. The OP already stated that it is driven by Flash - he wants to know how to produce something similar on a Linux machine. To that …

Member Avatar for Walkere
0
124
Member Avatar for rebsysue

[QUOTE=rebsysue;528802]I recently installed wordpress to make it easier for me to update the site. Then I noticed I wasn't getting anymore traffic from google. So I typed both my name and separately the full url into google and in both cases google does not return even one result within my …

Member Avatar for gdi
0
134
Member Avatar for joker40

[QUOTE=joker40;543954]where are i am waiting .......[/QUOTE] Well, if you're waiting for someone to do your homework for you... you'll probably keep waiting. Here's a hint, though. Use a loop that will continue to execute until you get to the last person. Find a data structure than can hold the 'n' …

Member Avatar for Auzzie
0
121
Member Avatar for j3p0yz

[QUOTE=j3p0yz;515516]hi to everyone.. can anyone here in the forum an teach me hoe to configure "SMTP" and "smtp_port"[/QUOTE] There are a couple of ways to do this. The most direct, permanent and effective way is to edit the php.ini file. If you're running php on a local server (i.e. your …

Member Avatar for j3p0yz
0
98
Member Avatar for scorpionz

[QUOTE=scorpionz;535521]So Guys How can i Fix this issue so as to get through to my wprk[/QUOTE] Well, the best way to do that would be to remember the password you used. In lieu of that, you can log in as the root user and modify the password for the user …

Member Avatar for nav33n
1
490
Member Avatar for Beks

[QUOTE=Beks;535249]That's great, thankyou (although still having great difficulty!!) Sorry to be a pain, but is there a quick simple way I can display a static page on the URL whilst I figure this out? My boss isn't too pleased.. oops Thankyou![/QUOTE] You can dynamically check to see whether or not …

Member Avatar for Walkere
0
139
Member Avatar for nirmalarasu

[QUOTE=nirmalarasu;529818]Thanks i wanted to know whether python installed as default package in all flavors of linux.[/QUOTE] Well, then time for you to do a little data collection and research. =) I'm sporting Ubuntu Gutsy Gibbon, and it came with Python pre-installed (although I had to install the mysqlDB package myself). …

Member Avatar for Duoas
0
147
Member Avatar for niladri.user

[QUOTE=fenixZ;532455]See there are some wrong thing in security with your code but now I am going to tell you syntax errors only (cause security is very deep....)[/QUOTE] What he's trying to say, is you should never insert user input directly into the database. There are a number of ways a …

Member Avatar for niladri.user
0
143
Member Avatar for assgar

Most of your code seems to be fine, but I'm a little confused as to what the $week_cycle is supposed to do. I took your code and worked out the example script (at the bottom of this post). It starts with a beginning date - I entered the first day …

Member Avatar for assgar
0
2K
Member Avatar for xeeb

[QUOTE=xeeb;530483]is it possible to obtain information from websites like this one if they do not provide RSS Feed?[/QUOTE] I don't think so. Flash does a good job of wrapping up all the information so that you can't easily manipulate or edit it. Is there another site for Korean showtimes (like …

Member Avatar for Walkere
0
140
Member Avatar for halifaxer

[QUOTE=halifaxer;529752]Not even sure if this does belong in this section, but please redirect me if it doesn't. For those of us that have affiliate sites, most affiliates provide us with data feeds or specific data feed url with whcih we can link and extract information for our websites.[/QUOTE] If by …

Member Avatar for Walkere
0
98
Member Avatar for hapiscrap

[QUOTE=hapiscrap;527835]I recieve the following at the w3c validate page: Validation Output: 2 Errors Line 1, Column 22: character "β€œ" invalid: only minimum literal and parameter separators allowed. <!DOCTYPE html Public β€œ-//w3c//DTD XHTML 1.0 Transitional//EN”[/quote] You need to change the quotes around your doctype stuff. Notice how they slant in and …

Member Avatar for Suetan
0
130
Member Avatar for ryy705

[QUOTE=ryy705;513855]Hello, I just used the crypt command on 'password' and 'password1' and got identical output!! What are the rules concerning the crypt function? Am I not allowed to use numbers? EXACTLY what am I allowed to use? Many thanks in advance.[/QUOTE] According to this [url=http://us3.php.net/manual/en/function.crypt.php#47761]comment on php.net[/url], certain situations will …

Member Avatar for ryy705
0
78
Member Avatar for cancer10

[QUOTE=cancer10;525294]I am new to PHP oop. I was wondering when and why should we use the following: 1) Public 2) Protected 3) Private 4) are there any other???[/QUOTE] The link that Naveen posted has a good overview of these OOP concepts. No, there are no other types - just these …

Member Avatar for Walkere
0
113
Member Avatar for dami06

[QUOTE=dami06;524355]ok may be i'll try and create a new login in page from scratch.thank you for your time[/QUOTE] That would be your best bet. It's particularly hard to help someone that doesn't understand the code at all - so I would always suggest learning the basics before you try and …

Member Avatar for dami06
0
136
Member Avatar for Venom Rush

[QUOTE=Venom Rush;523376]1.) What different types of attacks are there against websites besides brute force attacks (been reading this thread on brute force attacks: [url]http://www.daniweb.com/forums/thread82966.html&highlight=login+security[/url])[/QUOTE] You've also got to watch out for scripts that get uploaded to your server and give someone remote access to your file system, db, etc (like …

Member Avatar for Venom Rush
0
124
Member Avatar for creativehacker

[QUOTE=creativehacker;524163]My idea is to store username and password in a php file and update them.[/QUOTE] I'm not sure if this would be the best way to do it... However, the basic functions you'll need to use are PHP's file functions. The simplest way to do it would be... [code=php]$fileContents = …

Member Avatar for Walkere
0
103
Member Avatar for AP1

[QUOTE=AP1;523630]Parse error: parse error, unexpected T_INCLUDE_ONCE in /home/content/B/r/1/Hidden/html/-APPI-/NAV/allied_footer.php on line 26[/QUOTE] This usually comes from having a missing semicolon. The previous statement was never closed, so PHP isn't ready to begin a new statement - like require_once. Check that lines 25 and 26 look like this (taken from the code …

Member Avatar for nav33n
0
133
Member Avatar for Morty222

[QUOTE=Morty222;523687]Any one know how I can write a php statement to call the last 4 entires from tbl_accounts by userID?[/QUOTE] You need to do two things here. First, order the results in descending order, so that the latest entry is first in the list. For this, you can use "ORDER …

Member Avatar for Walkere
0
88
Member Avatar for Vai

[QUOTE=nav33n;523593]umm.. my question is, do you really need this complicated code to generate random password ? The user is going to reset it anyway. Well, for small purposes like this one, I would rather use something like [url=http://www.laughing-buddha.net/jon/php/password/] this. [/url] This will generate random password. Send a link to the …

Member Avatar for Walkere
0
146