492 Posted Topics

Member Avatar for Salem

Apparently this server has a mind of it's own :P Allsorts of fun with subscription emails being duplicated and other bits :D

Member Avatar for The Dude
1
301
Member Avatar for JRM

The easiest way would be using an API if the owners of the other site have that option. Otherwise as you said cURL is a good starting point. Finally, you could try [URL="http://www.google.com/search?hl=en&q=php+screen+scraping&aq=f&aqi=g4&oq="]'Screen Scraping'[/URL] (again, cURL) to get the source code from a rendered page and pull the information you …

Member Avatar for JRM
0
80
Member Avatar for pradeepbaji
Member Avatar for serkan sendur

Nice to see you back :) Although there is nothing wrong with 'batting for the other team' as someone so eloquently put it...

Member Avatar for ~s.o.s~
-4
230
Member Avatar for babydol

This is not a PHP function. It is likely that you have an included file or code somewhere which defines this.

Member Avatar for babydol
0
186
Member Avatar for Stefano Mtangoo

[QUOTE=JRM;1094127]An id of 11 is more than adequate. The longest encryption strings I've sees in use is 48 chars. I don't think you need even that much! It depends on how paranoid you are about hackers. Unless you are doing this for the DOD m, bank or NSA, where they …

Member Avatar for vjimatjijoro
0
583
Member Avatar for ShawnCplus

+1 There are too many posts where a block of code is posted without any real comments or additions info. How will people learn if the are given all the answers?

Member Avatar for almostbob
0
403
Member Avatar for anu.reka85
Re: PHP

Even with your broken English, the answer it the first result on [URL="http://lmgtfy.com/?q=what+is+PHP+stands+for"]Google[/URL] At least attempt to do your own research :( [URL="http://lmgtfy.com/?q=what+is+PHP+stands+for"]PHP[/URL]

Member Avatar for samarudge
-8
177
Member Avatar for the0ry

Use a session to store the $rand value for the last x images: [code] $_SESSION['rand_img'][] = $rand; [/code] You could add in an if to that to remove the first item of the array once 50 items are stored. Then, use the [URL="http://uk.php.net/manual/en/function.in-array.php"]In array[/URL] function to see if the rand …

Member Avatar for kireol
0
653
Member Avatar for lotus2009

Plenty of ready made guides already available: [URL="http://lmgtfy.com/?q=php+and+mysql+tutorial"]Try Google?[/URL]

Member Avatar for almostbob
0
109
Member Avatar for bas_brain

The first example you put there is a function, which can include code to execute at a later time, and can be called using the function name. This is useful for something that needs to be done multiple times in a page as you only write the code once. [code] …

Member Avatar for harshbavaliya
0
99
Member Avatar for jiapei100

Go here: [url]http://www.daniweb.com/forums/profile.php?do=editoptions[/url] Scroll down to the 'Thread Display Options' section and make sure that 'Show Signatures' is checked and save. As above, I can also see your sig, so its your end :)

Member Avatar for Will Gresham
-4
93
Member Avatar for LloydFarrell

Surely you would want to use the value of $dest to store the file location in the DB..

Member Avatar for LloydFarrell
0
204
Member Avatar for Dave Sinkula

I am with AD. I very rarely use the buttons, typing the tags is just as fast, if not faster (for me), than clicking a button :) Also, getting people using Code tags consistently is more important than another (possibly confusing) button. I will agree that the button could do …

Member Avatar for ablitz
4
349
Member Avatar for nejix

Why are you storing dates as datetime? A timestamp would be better, they are much easier to work with. Take a look at this: [url]http://www.dreamincode.net/forums/showtopic19953.htm[/url]

Member Avatar for Will Gresham
0
73
Member Avatar for samarudge

I have posted that a few times, mainly when a search on the exact text they used as the thread title will bring up the answer as the first result. I tend to think, if they cannot be bothered to search, I cannot be bothered to actually help them.

Member Avatar for WaltP
4
189
Member Avatar for Will Gresham

New home page looks good :icon_smile: Don't know how long it has been there as I have only just seen it... a lot more useful than the previous one which just listed the latest topics. Nice update :)

Member Avatar for Will Gresham
0
147
Member Avatar for mohammadxxx

Not all browsers have Tabs, so forcing your link to open in a tab is not a good idea, if it is even possible. Your best option would be to use [icode]target=_blank[/icode] as you already do, this is the closest you will get. AFAIK _blank will open a new tab …

Member Avatar for mohammadxxx
0
162
Member Avatar for Dani

I noticed the 'new' buttons on the thread lists. Found them very annoying, I ususally look to see if the thread title is bold to tell if there are any new posts. Infact, I wrote a GreaseMonkey script just to get rid of them :( [url]http://stuff.elvenblade.com/remove_new.user.js[/url]

Member Avatar for feoperro
3
941
Member Avatar for Midnite000
Member Avatar for Midnite003
-4
121
Member Avatar for mrnutty

[QUOTE=firstPerson;1097179][code]01011001 01101111 01110101 00100000 01101011 01101110 01101111 01110111 00100000 01111001 01101111 01110101 00100000 01100001 01110010 01100101 00100000 01100001 00100000 01100111 01100101 01100101 01101011 00100000 01110111 01101000 01100101 01101110 00100000 01111001 01101111 01110101 00100000 01100001 01110010 01100101 00100000 01101001 01101110 01110100 01100101 01110010 01100101 01110011 01110100 01100101 01100100 00100000 01101001 01101110 …

Member Avatar for mrnutty
1
329
Member Avatar for happygeek

No tech, but I did get a couple of books on PHP, the Zend study guide and a PHP OOP book :)

Member Avatar for mitch9654
0
317
Member Avatar for omotoyosi
Member Avatar for sneekula

I voted other since there is no PHP option... I know enough C++ to get me by, but PHP is the language I prefer and there is always something new to learn :)

Member Avatar for gelgin2k
3
593
Member Avatar for Sodabread

[QUOTE=Sodabread;1093997]For your last point, I'd think most CIOs/CTOs would be less worried about costs going up and more worried about no longer "owning" their data. When the data is in the hands of a third party and that third party goes belly up, and has an immediate shut down of …

Member Avatar for Seten
1
209
Member Avatar for rhirde@gmail.co

Please rephrase the question or post an example of what you are trying to do.

Member Avatar for Will Gresham
0
35
Member Avatar for mrnutty

Easiest game ever :P Even with the nice ending lol. Completed it in under 5 seconds :D

Member Avatar for Will Gresham
0
63
Member Avatar for AdventDeo

First problem with your script, you are missing a ; on line 24. Second problem, you haven't created a var called xtra which you try to use on line 31. Also, why are you mixing DOM standard with innerHTML? Lastly, this appears to be JavaScript, not PHP. For future reference, …

Member Avatar for AdventDeo
0
158
Member Avatar for dalip_007

Yes this is possible. You will need a server side script to take the name the user wants, queries your database and outputs either yes or no. You will need to use JavaScript (BTW, Ajax is JavaScript) to send a request to the server side script with the users name …

Member Avatar for Will Gresham
0
54
Member Avatar for bjc999

Why not have 1 file with the PHP script to make the links, then use an include() function on each of the pages.

Member Avatar for vaultdweller123
0
218
Member Avatar for jonow
Member Avatar for almostbob
0
254
Member Avatar for maxicube
Member Avatar for almostbob
0
150
Member Avatar for sknake

[QUOTE=Ancient Dragon;1076278]When I come to DW I have the C++ forum bookmarked. So the first thing I do is look at the threads in that forum to see if I need to reply to any of them (via the New button). Then I'd use the Favorite Forums links to do …

Member Avatar for sknake
2
430
Member Avatar for Will Gresham

Hello wonderful people :) Can my username be changed? I signed up last May and used the same username I use on most sites, but I have since dropped this alias on most sites :D Can it be changed to [B]Will Gresham[/B] please :P

Member Avatar for Lalarukh khalid
0
105
Member Avatar for sam023

Surely pagination without a limit would not be pagination... The limit is there to specify how many results are retreived, without it all records would be pulled on each query.

Member Avatar for sam023
0
535
Member Avatar for Scuppery
Member Avatar for characteredu

Favourite movie of all time is a toss up between Back To The Future and LOTR (Return of the King)

Member Avatar for pritaeas
0
183
Member Avatar for Ancient Dragon

I am waiting for my Windows 7 disk to arrive :) Got a free upgrade with a PC I bought this year so I will wait and see what it is like... I suppose it cant be much worse than Vista :D

Member Avatar for vegaseat
1
426
Member Avatar for rajabhaskar525

Do you have a link to an example of what you want to achieve? Your description is very vague. Even better, post the code you already have as well as a link.

Member Avatar for chrishea
0
90
Member Avatar for cguan_77

I cannot see a call to the mail_it function in the code you posted, but what you will need to do is change the $recipient value that is being sent to the mail_it function depending on which option is selected.

Member Avatar for cguan_77
1
173
Member Avatar for muralibobby2015

There are many scripts available free that offer what you are looking for. [url=http://lmgtfy.com/?q=php+messaging+system]Search before you post[/url]

Member Avatar for czilika
0
76
Member Avatar for lllllIllIlllI
Member Avatar for jbennet
3
196
Member Avatar for Will Gresham

Not sure if this has been mentioned before. One thing that irritated me for a while was seeing '1 hour ago' '2 hours ago' and such on posts. I like seeing the actual Date/Times, but maybe that's just me :) I have had a look in the CP today and …

Member Avatar for Dani
1
112
Member Avatar for Arianna

Post up the code you are using at the moment for specific information/help. It is likely that the database queries are wrong, probably the script is looking for columns you do not have if you are using an example script.

Member Avatar for Arianna
0
286
Member Avatar for Ancient Dragon
Member Avatar for bobfromphilly
6
200
Member Avatar for mahgobb

Yes, I sit in front of a monitor all day a work. Very nice not to have light glaring at you :) Books > The computer

Member Avatar for richman0829
2
203
Member Avatar for ytregnn

If it uses MySQL, then in all probibility you can do what you want to. However, I have not used this before and have not seen the source code, without this I cannot suggest what to modify. Have you tried contacting the company you bought this from to see if …

Member Avatar for diafol
0
91
Member Avatar for TomMan

When referencing vars, you do not need a second $ : [code] $this->$servername = $server;[/code] Would become [code] $this->servername = $server;[/code] @tmash The whole idea of Object Orientated programming is to make your code portable, not every server will have MySQL on localhost so defining this absolutely is not a …

Member Avatar for TomMan
0
226
Member Avatar for cwarn23

[QUOTE=cwarn23;1011570]Youtube videos maximum 10 minutes. WHAT!!! Can't they be any longer. Looks like I might need to host these videos myself. Does anybody know if that is 100% true that youtube videos cannot exceed 10 minutes as I am waiting for youtube to process my video although when trying to …

Member Avatar for cwarn23
4
648
Member Avatar for Stefano Mtangoo

You would probably be better asking this in the HTML/CSS forum: [url]http://www.daniweb.com/forums/forum143.html[/url]

Member Avatar for SKANK!!!!!
0
184

The End.