Forum: PHP 32 Days Ago |
| Replies: 107 Views: 2,926 Let me know when the 18+ movies come out :D
Whats your website? youtube? etc? Thanks. |
Forum: PHP 34 Days Ago |
| Replies: 107 Views: 2,926 How about a tutorial on how to plug in and turn on a computer? and while we at it reset and shut down a computer.
This would optimize 50% of my work time with users of the network!!!
Sorry boys... |
Forum: PHP 34 Days Ago |
| Replies: 4 Views: 254 Dont know what I did but I solved it... lol
I think I just reconstructed the sql query a different way to give me the same output and it worked.
PS: isnt "" not a NULL but a defined value?
PPS:... |
Forum: PHP 34 Days Ago |
| Replies: 4 Views: 217 Someone needs to create a decent php debugger! SOLVED! |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 217 I think I have figured out the problem while away from the computer.
I think it has to do using the mysql_connect within classes.
Anyone got any examples? Thanks, Regards X
PS: Ill test that... |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 254 I throw the exact same sql statement in phpmyadmin and it works but it does not work with mysql_query.
Ideas?
$a = "INSERT INTO players (player_id, first_name, last_name, date_of_birth,... |
Forum: PHP Oct 6th, 2009 |
| Replies: 3 Views: 231 Depending on the browser but your best bet is to use a div tag and use css to set the width of the div tag. Let me know how it goes. |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 217 |
Forum: PHP Oct 5th, 2009 |
| Replies: 4 Views: 217 I have done this a million times before.
I dont understand why this is not working through the use of a class.
It is telling me that the variable is "undefined" hence contains a NULL value which is... |
Forum: PHP Sep 18th, 2009 |
| Replies: 0 Views: 259 We have all wanted data to be transfered to excel at one stage or another. I would like to know how people have done it and come to a general consensis on how it should be done. I usually use fopen... |
Forum: JavaScript / DHTML / AJAX Jul 24th, 2009 |
| Replies: 6 Views: 1,015 Thanks essential, I have had a quick look over the code.
When I get back home from my current project Ill get onto to it.
Thanks, Regards X |
Forum: JavaScript / DHTML / AJAX Jul 19th, 2009 |
| Replies: 6 Views: 1,015 I tired your document as a .html and a .xsl .
The html appeared in html and the xsl appeared in an xml format but nothing useful.
Any ideas? Thanks. |
Forum: JavaScript / DHTML / AJAX Jul 13th, 2009 |
| Replies: 6 Views: 1,015 I would like to know how to display XML in a browser.
Also if possible to maniuplate the XML elements.
Havent touched based with XML in awhile and still abit rusty.
Thanks, Regards X
PS:... |
Forum: PHP Jul 12th, 2009 |
| Replies: 2 Views: 253 This does not need to be done using PHP but I cannot think of anything else that would make this possible unless manual labor as such(disecting the image and reconstructing it piece by piece)?
How... |
Forum: PHP Jul 1st, 2009 |
| Replies: 2 Views: 483 PS: Even possible to change the default name of IE, FF, etc save as button to your variables on the php page. |
Forum: PHP Jul 1st, 2009 |
| Replies: 2 Views: 483 I would like to make a button that will save the current webpage you are viewing like clicking FILE>SAVE AS in IE, FF, etc. Once clicked you can "precode" the default name of the file based on the... |
Forum: PHP Jun 30th, 2009 |
| Replies: 3 Views: 403 Thanks for the solution.
If you have any good sites to refresh my memory of this stuff let me know.
Thankyou. |
Forum: PHP Jun 29th, 2009 |
| Replies: 3 Views: 403 What I require is to replace \/:"?<*>| with a space.
I have done similar statements before but I have complete brain freeze at the moment. Hoping one of you can jog my memory. Always hated regex... |
Forum: PHP Jun 15th, 2009 |
| Replies: 30 Views: 3,168 Your welcome hope I lead you in the right direction at least. |
Forum: PHP Jun 10th, 2009 |
| Replies: 15 Views: 870 NowDoc is takening over? or being included with HereDoc?
So you would only use NowDoc for a long line of text otherwise u would just use a variable and concactenate it with a period? |
Forum: PHP Jun 9th, 2009 |
| Replies: 4 Views: 655 Grew up on windows need to start showing some love to unix :|
But if he made his computer a SMTP that would mean his computer would have to be on everytime the website required to send it?
So... |
Forum: PHP Jun 9th, 2009 |
| Replies: 15 Views: 870 parse anything, including variables?
In other words wont accept or compute variables or resource names? |
Forum: PHP Jun 8th, 2009 |
| Replies: 15 Views: 870 I just did research on 'heredoc text' in short:
- Acts like a set of " "
Questions I have are in the example code:
$example = <<<EOT // Does it have to always be EOT? why not WTF, etc?... |
Forum: PHP Jun 8th, 2009 |
| Replies: 4 Views: 655 Im not sure but I think you cant send mail from a home made server like apache, etc.
I guess if you wanted to you might have to hand out some cash and make your localhost a full fledge server,... |
Forum: PHP Jun 8th, 2009 |
| Replies: 7 Views: 1,532 Care to give some example code for?
1) Run a statement every X seconds
2) links to a form.php
5) You would just link to a form or a function that php would check for recent rows added and return... |
Forum: PHP Jun 8th, 2009 |
| Replies: 15 Views: 870 Thanks for the link.
Also in regards to the 'absolute path' I thought that first to, but I think it is a contact form on the website that appears not one that is sent via email until later. |
Forum: PHP Jun 8th, 2009 |
| Replies: 12 Views: 1,580 I love how you guys have just taken over the poor man's thread... haha
I think his disappeared anyways... lol
Best way imo, sessions and then if required outside of user login/logout database,... |
Forum: PHP Jun 5th, 2009 |
| Replies: 7 Views: 1,532 Why not just reload the page using a submit button (most likely the same one you used to add the new records)?
<form method="post" action="<?php $_SERVER['PHP_SELF'] ?>"></form> |
Forum: PHP Jun 5th, 2009 |
| Replies: 3 Views: 406 Like adatapost said you contain a few misconceptions of PHP OOP.
- Setting the variables access to private, protected or public will not alter it from being printed rather it being manipulated by... |
Forum: PHP Jun 5th, 2009 |
| Replies: 3 Views: 335 If you are asking for a whole admin setup your opening up a can of worms that is a very time consuming and complex task else check out Atlis link to PHPMailer to send mail via php. |
Forum: PHP Jun 5th, 2009 |
| Replies: 15 Views: 870 There are a few things that dont look right but :
- What is all of this EOD stuff? Never seen it before in my life?
- Check your names of the $_POST fields as they contain bad naming conventions
-... |
Forum: PHP Jun 5th, 2009 |
| Replies: 30 Views: 3,168 After looking at your code in detail there is no process in place ot save the data posted, like you wished.
Now there are various things you could do to solve this solution but a quick and easy... |
Forum: PHP Jun 5th, 2009 |
| Replies: 14 Views: 727 Almostbob, in short that code creates a white board which then you insert the image and then checks for text parameters and writes the text over it correct?
header("Cache-Control: no-cache,... |
Forum: PHP Jun 4th, 2009 |
| Replies: 30 Views: 3,168 Can you put it [code=php] blocks so I can see it clearly.
Also is the ajaxbutton the one that popsup the php window? |
Forum: PHP Jun 4th, 2009 |
| Replies: 14 Views: 727 No problem KevT glad to help.
What they have done at the url is easy assuming my logic is correct and assuming so can easily do steps 1, 2 for you. 3 would require more research. I understand why... |
Forum: PHP Jun 3rd, 2009 |
| Replies: 2 Views: 261 google is not your friend, it is not your lover, it is your BFFL!!! HAHA
Google: php upload file tutorials you will have everything you need |
Forum: PHP Jun 3rd, 2009 |
| Replies: 4 Views: 276 google: php tutorials
a few good a - z tutorials out there just depends on what you need / want to learn |
Forum: PHP Jun 3rd, 2009 |
| Replies: 12 Views: 1,580 when time is echoed what format is used?
I usually use date as I can specify the format I wish to use? |
Forum: PHP Jun 3rd, 2009 |
| Replies: 30 Views: 3,168 I was thinking about how I could further help you...
How about you try some session coding and I will debug it for you and once you have done that you would have obtained the knowledge to solve... |
Forum: PHP Jun 3rd, 2009 |
| Replies: 14 Views: 727 There is alot of coding involved but this is the logic behind it.
- Javascript to obtain x/y value
- Javasript confirm button or whatever button to enter text
- PHP to store text and save into the... |