Forum: PHP Dec 30th, 2007 |
| Replies: 12 Views: 1,318 Awesome I;ll give it a shot.. at this point in time however it has to be tomorrow i think |
Forum: PHP Dec 30th, 2007 |
| Replies: 12 Views: 1,318 Taffd
Thanks for a lot for the info...
My question is this.. what if i don't own the PHP.INI and i cant change that variable? how do i add a time to it then???? |
Forum: PHP Dec 30th, 2007 |
| Replies: 12 Views: 1,318 Eh? I get a cannot connect page... i will try later.. thanks for the linky! |
Forum: PHP Dec 30th, 2007 |
| Replies: 12 Views: 1,318 Hey Fungus i would love to see a example of how to do that... I went onto the PHP.net and theirs was all funky took 6 variables all the way from year to seconds.....
Also Taffd: If you like i can... |
Forum: PHP Dec 30th, 2007 |
| Replies: 12 Views: 1,318 Taffd,
I am currently working on a site, that saves User name and Admin status in $SESSION variables. I have no way to destroy the session other than a log out button. As far as I can tell the... |
Forum: PHP Dec 30th, 2007 |
| Replies: 3 Views: 1,300 Awesome Thanks. This is close to what i did any way.
I used links like:
<a href="index.php?p=contacts">Contacts</a>
then i have a Switch Case:
switch ($_GET[p]) {
case("contacts"):... |
Forum: PHP Dec 29th, 2007 |
| Replies: 3 Views: 1,300 Hello,
I am looking for some advice on how to do something within PHP, i know it is possible and have seen examples before, however I am not sure how to implement this myself.
What i am looking... |
Forum: Windows NT / 2000 / XP Dec 26th, 2007 |
| Replies: 1 Views: 1,481 Hello to any one who has actually read this and possibly wondered the same thing.
The problem is with the windows update KB 925876
RDP 6.0 has some new 'security' features, plus some others new... |
Forum: Windows NT / 2000 / XP Dec 12th, 2007 |
| Replies: 1 Views: 1,481 Hello,
I am experiencing some strange behavior while using the windows XP RDP client.
we use active domain to validate all users. so when a user opens RDP to connect to a terminal server it pops... |
Forum: HTML and CSS Dec 5th, 2007 |
| Replies: 4 Views: 1,269 There are also numerous sites out there on "CSS Hacks" that will give you tips and tricks on getting your layout workign just right between browsers.
One the is popular is the <!--[if IE]> trick... |
Forum: HTML and CSS Dec 5th, 2007 |
| Replies: 1 Views: 506 As the rules of the forums state, keep it in the forums, no solutions through PM or email.
as for some help, what are you trying to do, what CAn you do?
take a look at http://w3schools.com it... |
Forum: HTML and CSS Dec 5th, 2007 |
| Replies: 1 Views: 1,026 Try using some CSS
particularly the margin attributes.
http://w3schools.com
should get you started! Once you understand some CSS its all relatively easy.
As they say in the other forums, show... |
Forum: Site Layout and Usability Dec 5th, 2007 |
| Replies: 5 Views: 3,023 The simple answer?
Stop using myspace!
Check out some sites that promote cross browser computability
CSS Play (http://www.cssplay.co.uk/) is a particularly good one.
good luck! |
Forum: Site Layout and Usability Dec 5th, 2007 |
| Replies: 3 Views: 1,980 Right, frames are so 1990!
But seriously, try using tables, or a pure CSS layout.
Both Are viable options.
Also an all flash site is not recommended, hard for people on older systems to... |
Forum: Site Layout and Usability Dec 5th, 2007 |
| Replies: 4 Views: 3,837 I am looking at setting up an E commerce store in the next few months, and previously i have used Zencart, which was very difficult to customize and integrate. However if what you say is true about... |
Forum: Site Layout and Usability Dec 5th, 2007 |
| Replies: 12 Views: 2,510 Try looking into a credit card clearing house. They charge you a montlhy fee, but then you can take credit card numbers directly, and know instantly whether payment is valid, or rejected.
The one I... |
Forum: Site Layout and Usability Dec 5th, 2007 |
| Replies: 3 Views: 974 Hello,
I am trying to create a website, where users have links to multiple documents and information. all of which are in PDF format, i would liek the links to pull the PDF up embedded in the web... |
Forum: C++ Nov 21st, 2007 |
| Replies: 5 Views: 618 try this
int average;
average = (gradea + gradeb + gradec + graded + gradee + gradef)/6;
cout << "Your average grade is: "<< average << endl;
if (average > 97.5)
cout<<"You got an A+"; |
Forum: C++ Nov 18th, 2007 |
| Replies: 14 Views: 1,914 Awesome, Thanks!
I will look into that as well, thank you |
Forum: C++ Nov 18th, 2007 |
| Replies: 3 Views: 615 I think it's java script? Outputting numbers and HTML markup
And the output is something like this
1<br>3<br>2<br>4<br>3<br>5<br>
Or something similar.....
What is the program supposed to do? |
Forum: C++ Nov 18th, 2007 |
| Replies: 14 Views: 1,914 Ancient Dragon Thanks for the page on escape sequences, i wasn't even sure what to call then.
I think multiple threads is a bit beyond my experience, I understand the concept just not how to... |
Forum: C++ Nov 18th, 2007 |
| Replies: 3 Views: 839 Thanks Salem, Exactly what i wanted to say! however i lack the wit and grasp of the english language... funny English is my first language... |
Forum: C++ Nov 18th, 2007 |
| Replies: 14 Views: 1,914 twomers, the \r works perfectly, also probably a bit more portable that the system("cls").
is there some where i can find out about the diferent \'s? i know \n and \r now, what other ones are there?... |
Forum: C++ Nov 18th, 2007 |
| Replies: 14 Views: 1,914 Good Morning,
This is a bit of a double question thread. First what i have done is written a basic stop watch program, it runs through the loops and iterates the time on screen.
My first... |
Forum: C++ Nov 18th, 2007 |
| Replies: 3 Views: 839 |
Forum: C++ Nov 17th, 2007 |
| Replies: 8 Views: 1,536 Just thought it might be useful to change the name of the thread to reflect the Factoral problem since others were looking for a solution to that as well.
Either way works for me! |
Forum: C++ Nov 17th, 2007 |
| Replies: 1 Views: 1,098 Have you Tried a google search? I found some software to do just that rather quickly.
good luck |
Forum: C++ Nov 17th, 2007 |
| Replies: 8 Views: 1,536 Is there a way to change the title of the thread so that it more accurately reflects the contents? |
Forum: C++ Nov 17th, 2007 |
| Replies: 5 Views: 824 Yes, Please see this thread:
http://www.daniweb.com/forums/thread97147.html |
Forum: C++ Nov 17th, 2007 |
| Replies: 8 Views: 1,536 Ancient Dragon, Thank you so much.
The function i was calling was #define length(a) ( sizeof ( a ) / sizeof ( *a ) )
but i didn't need it because i already had the size. And of course this program... |
Forum: C++ Nov 17th, 2007 |
| Replies: 8 Views: 1,536 Hello,
I am currently working off the sticky thread filled with practice problems etc. I have got a couple of the practice problems out of the way, and I am currently working on a program that... |
Forum: Cases, Fans and Power Supplies Nov 16th, 2007 |
| Replies: 2 Views: 3,097 Before trying anything drastic, Try taking the battery out and turning it on with only the power adapter.
I have see a similar situation with a couple of Dell computers, remove the battery(s) plug... |
Forum: C++ Nov 16th, 2007 |
| Replies: 5 Views: 3,195 twomers
Awesome, thanks for showing him an easier method, I am still learning myself, and I will put this post to good use! |
Forum: C++ Nov 16th, 2007 |
| Replies: 5 Views: 3,195 Justmehere,
I have used a library to implement a function like that. As a matter of fact the timer was a small part of the library, however it is still part of it.
Check out the Allegro library: ... |
Forum: Cellphones, PDAs and Handheld Devices Nov 16th, 2007 |
| Replies: 3 Views: 2,931 I am having a similar issue, and chalked it up to bad quality speakers and headphones. But then i plugged in a brand new set of headphones and still had only one channel of audio playing. So after... |
Forum: C++ Nov 16th, 2007 |
| Replies: 4 Views: 705 Ok, I will be the first.
Please show us what you have worked out so far (Per the board rules) and some one will most likely be willing to help you figure out how to proceed.
Thanks! |
Forum: Troubleshooting Dead Machines Nov 16th, 2007 |
| Replies: 5 Views: 1,408 It sounds then like a defective piece of hardware. I have seen similar situations caused as well by faulty components, Power Supplies, RAM modules etc. There is no easy way (as far as I know) to... |
Forum: Troubleshooting Dead Machines Nov 16th, 2007 |
| Replies: 5 Views: 1,408 I agree, it sounds like a overheating issue.
I recently built a new computer from components, and my CPU fan was not attached correctly, this caused the dual core processor to over heat at a record... |
Forum: IT Professionals' Lounge Nov 16th, 2007 |
| Replies: 1 Views: 654 Sergio,
take a look at this (http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions/) web page, it details how to create a very basic Firefox extension. From there go ahead and... |
Forum: IT Professionals' Lounge Nov 16th, 2007 |
| Replies: 13 Views: 7,700 I have seen issues like that with Internet explorer.
One of the computers where i work would no longer even open Internet Explorer, and it is an important component because we use Outlook web... |