Digirunt
Members-
Posts
256 -
Joined
-
Last visited
Everything posted by Digirunt
-
I only recognise about two of those snax, but I like to eat Jaffa Cakes when I'm working. . . . . .helps me keep in shape. What. . .round is a shape?
-
Thanks this is teaching me a lot, Now I have: Which works and produces a very crude [for now] page with all fields on. How do I now exclude certain fields or include specific ones from the next page eg.hidden fields? I'm guessing it's something to do with an array?
-
Hear Good Things But Have Had A Bad Experience
Digirunt replied to fguaca's topic in Reviews of TotalChoice Hosting
My last server seems to have robbed me as I paid upfront as always and after many many emails and three months I still can't get a refund. I discovered after signing up that the marvelous *** hosting group is actually one bloke with no idea what he is doing. Stupid me I say. Read the review first. Oh well now I'm with the best and I'm staying. -
I think so. I merely want a new page to open containing data from the form which hasn't got all the buttons and stuff on. I know virtually no PHP though I have just been editing stuff I can find . This is what I've made so far ><? $database_enabled = 1; $database_file = 'form.csv'; $redirect_url = 'index.html'; // $database_fields = '*' all // $database_fields = array('from', 'subject') array $database_fields = '*'; /***************************************************************************/ function go_actions(){ global $database_enabled; $form = get_form_data(); if ($database_enabled) save_form($form); redirect(); } function redirect(){ global $redirect_url; header("Location: $redirect_url"); exit(); } function save_form($vars){ global $database_file, $database_fields; $f = fopen($database_file, 'a'); if (!$f){ die("Cannot open db file for save"); } foreach ($vars as $k=>$v) { $vars[$k] = str_replace(array("|", "\r","\n"), array('_',' ',' '), $v); } if (is_array($database_fields)) { $vars_orig = $vars; $vars = array(); foreach ($database_fields as $k) $vars[$k] = $vars_orig[$k]; } $str = join('|', $vars); fwrite($f, $str."\n"); fclose($f); } function get_form_data(){ global $REQUEST_METHOD; global $HTTP_POST_VARS; global $HTTP_GET_VARS; $vars = ($REQUEST_METHOD == 'GET') ? $HTTP_GET_VARS : $HTTP_POST_VARS; //strip spaces from all fields foreach ($vars as $k=>$v) $vars[$k] = trim($v); return $vars; } go_actions(); ?> All thats doing is saving the form fields to a csv and redirecting back to itself at the moment. It could probably be done a lot simpler but I don't want to start hacking at the functions because it works? Whats the verdict doc?
-
I've written a form using JavScript math so I can input transaction details to generate receipts. I've managed to use PHP to get the form to write to a CSV file which is linked to an access database so I can track all my transactions. But I'm stuck. I want to on submitting the form have the content of the form fields passed into a html template which I can print as a transaction receipt. What do I need to add to my PHP file to have it generate a page containg the information from the form fields? Any help is much appreciated. Oh and I'm very new to all this stuff so go easy. Thumbs Up
-
Or you could just pay the people sending the messages $30 for there software to protect your pc. LOL. They don't actually claim the messages are harmful cos they're not, just annoying so their sales pitch is "They could build up on your desktop and crash it and you'd lose your work" oOoh scarry. so popuppadlock gets the Thanks guys, service stopped messages gone. Thumbs Up
-
Theres a lot of scripts on Hotscripts that give a gui interface to creating tables and managing mySQL db's. I have tried a few but alas phpMyAdmin is still the daddy. Might be worth checking them out though incase one does something that is beneficial for you. If there is a quick work around I'd also be interested in knowing because this is all uncharted territory for me and is provnig a bit complicated.
-
autumn [thats our equivalent to fall].
-
Close but no cigar. . . You need to upload your files to the 'public_html' folder for them to show up. The contents of your public_html folder is what the public will see when they browse to your URL. There is no need for them to include it in your address. eg. Files in www.yoursite.com/public_html/ show up to people going to www.yoursite.com You will find that you have everything you need in that folder eg.Cgi-bin etc. Just don't forget to include a page called index which will automatically be the first page visitors see. Thumbs Up
-
great recommendation, very impressed. . I will definitely register this one it's way better than CuteFTP. Thanks Charlotte
-
http://proxy2.de/scripts.php Some great free PHP stuff, polls, guestbooks, etc. Thumbs Up
-
Excellent. Then definately ROFLMAO.
-
Splitting The Adam (or In My Case, A Large Folder)
Digirunt replied to gary8744's topic in Open Discussion
lstover's link worked for me originally but is now dead? Sound like their site might be offline. . . . . .if only they'd hosted with TCH!! -
OK I downloaded Adaware and it detected 6 possible threats all of which are now gone. Two of them where assosiated with bitbeamer Bitbeamer post and the rest were browser hi jackers. I'm still trying to find out about the WMI thing tho.
-
Very funny joke, but what does LMAO and ROFLMAO mean?
-
Something strange is going on here, I thought I posted it but when I went to where I posted It wasn't there so I figured prehaps you guys removed it cos it was in the wrong place? but now it's back??? Anyway thanks I'll investigate. I figured I'd check if windows firewall was on and discovered a message saying; Fair enough if there was an earlier time but I had to reformat my computer yesterday and re install windows cos it went haywire and wouldn't boot. . . Don't we love microsoft windows I'm going crazy there's alsorts of wierd junk going on Thanks I'll get back to ya.
-
Recently I've been having messages appear on my desktop about every half hour? See them here Mad!!! I've not got any web pages open and if I leave my computer for a while I come back to loads of them. All I have running is; Abyss server Yahoo msngr Sound fusion CPL It's a real pain and if anyone knows how to stop them please let me know.
-
As I stated earlier I installed Abyss and was very impressed I have however started to recieve this strange message: Strange thing? It looks like an add that's using windows messaging service. I posted it here because it only started appearing since i installed Abyss and I've checked my proccess and can't see anyhting unusual. I don't run any file sharing apps or the like and all thats active when it comes up is; Abyss Yahoo messenger and Sound fusion Can anyone shed any light on this? thanks
-
LeechFTP LeechFTP was a hugely popular FTP app used by thousands myself included, then one day this [see above]. So naturally I tried bitbeamer and was more than impressed, this in my view was the best FTP I had tried, it has excellent multi threading allow multiple uploads to a server in no time plus some superb download intergration and a very good interface. you can even download multiple files using wildcards from websites eg. http://yoursite/*.gif Something i did with the USAF site and now have 2000 awsome high res aircraft pics to view. As my trial neared it's end I decided to myself to pay the $30 or so needed to register this once free app. However one principal I always standby is i always email support before purchasing an app to ensure there is a good support channel for afterward. Anyway 6 or 7 emails later I still have no respone and am reluctant to purchase the app as since then the homepage has vanished Bitbeamer and the only sign of any update work is an uninstallation fix? Fix It seems a shame that such a promising app has possibled ceased production. Does anyone know different and has anyone been using the full version and has any reviews? if not can anyone recmomend a good FTP with multi threading and fast logging into servers. i also use CuteFTP which I have registered and upgraded but I find it very slow logging into your servers and It can only upload one file ata a time. Thumbs Up
-
My collection of fav's; Dusk till dawn Resevoir dogs Desperado Pulp fiction Fargo Fight club Usual suspects True romance Lock stock . . . 51st state Plus there more I can't think of know but "I'll be back" oh yeh 'Terminator 1 + 2'
-
or 'Queeg' or 'Maximegalon Gargantubrain' or 'Brian the Brain' all classics. . .
-
I am a right horder, I have 6 or 7 mother boards countless PSU and more cases than I can cram under my bed. Even the broken stuff gets kept in case someday I meet someone who say "Ah yes I specialise in revitalising melted processors." OK maybe not. I think it's close to time for a clearout but it's so painful, memories of computers like Amigas and Acorns lurking in dark corners. I have built several PC's from the parts in the past and it's great fun trying to manually configure the bios without pre-boot VGA support? Borfast we know how you feel. . . Thumbs Up
