stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


Creating Shell Scripts using PHP 4 Part 2







Creating Shell Scripts using PHP 4 Part
2

Creating Shell Scripts using PHP 4 Part
2
06/26/2002 01:01 PM

Join John as he continues his exploration of the CLI version of PHP through the development of a console-based BlackJack game.




This is a GrokNews Entry: (what is grok?)





Similar Items

Creating Shell Scripts using PHP 4 Part 2

Grok Headline matches for Creating Shell Scripts using PHP 4 Part 2

Creating Shell Scripts using PHP 4 Part
3


Creating Shell Scripts using PHP 4 Part
3
07/02/2002 03:00 PM
Join John as he continues his exploration of writing PHP console scripts as he explains the concept behind a console-version of the ever popular BlackJack card game!

Safely Creating Temporary Files in Shell
Scripts


Safely Creating Temporary Files in Shell
Scripts
02/10/2004 08:12 PM

Use folder action scripts on a shell
scripts folder


Use folder action scripts on a shell
scripts folder
05/03/2004 10:44 AM
Recently I purchase a book called "Wicked Cool Shell Scripts" by Dave Taylor, and it is full of exactly that, cool shell scripts. Having not done a whole lot of shell scripting before, I thought it would be good to pick it up...

Run SUID shell scripts safely


Run SUID shell scripts safely 04/19/2005 11:26 AM
I was surprised to learn that the 10.3.9 update disabled the SUID and SGID bits on shell scripts; I thought that had been done years ago (it should have been). Running SUID shell scripts directly was never safe, but there is ...

Make Linux act like DOS with these shell
scripts


Make Linux act like DOS with these shell
scripts
08/02/2004 08:46 AM

Direct and Related Links for 'Make Linux act like DOS with these shell scripts'

Free registration is required to download the scripts. “One of the most challenging things an IT support professional faces when adopting Linux is learning a whole new set of command line utilities. You can use these Linux scripts to make the Linux command prompt respond to common DOS commands.”…

What to watch out for when writing
portable shell scripts


What to watch out for when writing
portable shell scripts
03/06/2004 02:04 AM
Shell scripts are a popular choice for writing small programs that do file manipulation. They are generally portable across platforms, but there are a number of things that can make a shell script work fine on one machine and fail on another. This article reviews some of the issues shell programmers may run into when trying to write widely portable scripts.

Review: Wicked Cool Shell Scripts


Review: Wicked Cool Shell Scripts 04/22/2004 06:59 PM
Todd: "If you've fiddled with the Terminal and the command line in Mac OS X a bit, you know how many commands are available, and how much power the Unix underpinnings of Mac OS X offer. While the command line offers no GUI - no buttons or menus - you can perform powerful tasks from the Terminal, and, in many cases, do things that the GUI does not allow."

Creating .reg Files from Wise and SMS
Installer Scripts


Creating .reg Files from Wise and SMS
Installer Scripts
01/05/2005 08:18 AM

Use AppleScript to create drag and drop
icons for shell scripts


Use AppleScript to create drag and drop
icons for shell scripts
12/24/2003 01:20 PM
You can use AppleScript to create drag and drop icons for shell scripts or X11 applications. Here's how you would create a drag and drop icon for Emacs in Terminal.app:Launch Script Editor (Applications -> AppleScript -> Scr...

Forum Stories: Creating non-english SMS
Installer Scripts


Forum Stories: Creating non-english SMS
Installer Scripts
04/21/2004 05:09 PM

bash shell script declaring/creating
arrays


bash shell script declaring/creating
arrays
09/06/2004 12:27 PM
Tech-Recipes Sep 6 2004 4:43PM GMT

Using Java objects in PHP scripts Part 2


Using Java objects in PHP scripts Part 2 06/26/2002 01:01 PM
In part two of the Java series, I’ll be discussing in more detail the do's and dont's of trying to get Java to work with PHP.

Creating a login script with PHP 4 part
II


Creating a login script with PHP 4 part
II
05/23/2002 10:39 PM

Creating a login script with ASP part II


Creating a login script with ASP part II 06/03/2002 12:04 PM

Iraq sarin shell is not part of a secret
cache | csmonitor.com


Iraq sarin shell is not part of a secret
cache | csmonitor.com
05/22/2004 06:56 AM
Iraq sarin shell is not part of a secret cache, by Scott Ritter .. Leftover dud from long ago? .. alternative explanation .. nothing but a thing

csmonitor.com/2004/0521/p09s01-coop.html
track this site | 5 links


Creating an Autosuggest Textbox with
JavaScript, Part 2


Creating an Autosuggest Textbox with
JavaScript, Part 2
04/08/2005 10:14 AM
In the first part of this series, you learned how to create type ahead functionality in a textbox, which presents the user with a single suggestion for what they've already typed. This article builds upon that functionality by adding a dropdown list of multiple suggestions. By Nicholas C. Zakas. 0408

Creating an Autosuggest Textbox with
JavaScript, Part 1


Creating an Autosuggest Textbox with
JavaScript, Part 1
03/22/2005 03:18 PM
One of Google's new applications is Google Suggest. As you type, Google suggests search terms that come up with results. While not a new implementation, it's quickly becoming popular among developers. This week, you'll learn how to build an autosuggest control one step at a time. By Nicholas C. Zakas. 0321

Creating an Autosuggest Textbox with
JavaScript, Part 3


Creating an Autosuggest Textbox with
JavaScript, Part 3
06/05/2005 11:48 PM
In the second part of this series, you learned how to add a dropdown suggestion list to the autosuggest control. This week you'll learn how to complete the modifications, make your suggestions case insensitive and get the suggestions back from the server instead of using client-side information. By Nicholas C. Zakas. 0530

Creating a “Text Version” Web Page
On-the-fly – Part 2


Creating a “Text Version” Web Page
On-the-fly – Part 2
10/10/2002 09:56 AM
Part 2 of Jim Thome's series explains how to extend the text conversion functionality to include the ability to deliver a PDF version of the web page.

CSS Design: Creating Custom Corners
Borders Part II


CSS Design: Creating Custom Corners
Borders Part II
03/06/2004 01:52 AM
Part I showed how to create fluid, dynamic CSS layouts with customized borders and corners. Part II advances to the next level, extending the technique to work with more complicated backgrounds such as gradients and patterns.

Designing with CSS – Part 4: Creating
a Two-Column Layout in Dreamweaver


Designing with CSS – Part 4: Creating
a Two-Column Layout in Dreamweaver
12/17/2004 06:35 PM
Modify the layout of your design by easily making dramatic structural changes to your page.

Building a Blog in Dreamweaver with PHP
and MySQL: Part 2: Creating an
Administration Section


Building a Blog in Dreamweaver with PHP
and MySQL: Part 2: Creating an
Administration Section
09/24/2004 08:03 PM
Create your own blog from scratch without writing a single line of code.

Edit the Scripts menu scripts with one
click


Edit the Scripts menu scripts with one
click
01/05/2005 10:36 PM
FunkDaddy: "I wanted to look at the code of an AppleScript in the Scripts Menu. Normally, I would have to do this by navigating to the script in the Finder and opening it in Script Editor. But I took a wild guess and Option-clicked on the script in the menu, and it opened in Script Editor directly! This makes tweaking my frequently-used scripts really easy."

Did The Sasser Informer Play A Part In
Creating Sasser?


Did The Sasser Informer Play A Part In
Creating Sasser?
05/18/2004 03:04 PM
For all the hype about how Microsoft's bounty helped to catch the accused writer of the Sasser worm, the police are apparently now investigating whether or not the informant helped create the worm himself. This opens up a whole new set of questions about bounties. People who help each other create worms and viruses can turn around and backstab their partners for the bounty (and, of course, then be accused back by those they fingered).

Replacing Perl Scripts with PHP Scripts


Replacing Perl Scripts with PHP Scripts 11/26/2002 05:12 AM
With the introduction of version 4.2, PHP has started supporting a new SAPI (Server Application Programming Interface) called CLI (Command Line Interface). This facility was introduced to help developers create small shell applications (scripts) with PHP. So, now you can kiss Perl goodbye forever. -- Jayesh Jain

Hear hear. Thanks to my influence, other developers at Natsoft are using PHP for their batch scripts too. Hmm maybe it is because they report to me...

"zeldman.bang"

Manage With the Windows Shell: Write
Shell Extensions with C#


Manage With the Windows Shell: Write
Shell Extensions with C#
06/30/2004 05:43 PM
In this article, Dino Esposito demonstrates how to create a Windows shell extension using C# code and the .NET Framework. He discusses the COM Interop layer and using a practical example, shows you techniques and tricks you need to know to build managed shell extensions.

Working with CSS Background Images-Part
3: Creating Background Images with a
Drop Shadow


Working with CSS Background Images-Part
3: Creating Background Images with a
Drop Shadow
04/18/2005 07:15 PM
Create cool background images in Fireworks and put them in your pages with Dreamweaver.

John Lautner's Chemosphere: part
Jetsons, part Bond and vintage L.A.
Modern.


John Lautner's Chemosphere: part
Jetsons, part Bond and vintage L.A.
Modern.
04/07/2005 12:53 PM
The most modern home built in the world. "From the outside it looks like a spaceship you cannot enter. But if you go inside, it feels very cozy… very Zen and calming. Maybe because you are floating above the city, in the sky". John Lautner's Chemosphere residence is the product of a fortuitous union of architect, client, time and place. Leonard Malin was a young aerospace engineer in late-1950s L.A. whose father-in-law had just given him a plot north of Mulholland Drive, near Laurel Canyon. The only catch: at roughly 45 degrees, the slope was all but unbuildable. Lautner sketched a bold vertical line, a cross, and a curve above it. "Draw it up," he told his assistant. Now publisher Benedik t Taschen owns Chemosphere (NSFW), and after 20 years of neglect the house has been beautifully restored (.pdf) by Frank Escher.

New Form of Internet Fiction is Part
Story, Part Game


New Form of Internet Fiction is Part
Story, Part Game
06/05/2005 10:52 PM
Internet startup City of IF today launched a web site dedicated to “storygaming” – a new form of storytelling over the Web. Storygaming is a unique combination of storytelling and computer games in which players cooperatively play characters in a story guided by a human author. [PRWEB Jun 2, 2005]

Part Butler and Part Buddy, Aide Keeps
Kerry Running


Part Butler and Part Buddy, Aide Keeps
Kerry Running
04/28/2004 12:17 AM
Marvin Nicholson Jr. is the man literally behind Senator John Kerry, ready with an uncapped bottle of water whenever Mr. Kerry's throat runs dry.

smb-scripts


smb-scripts 04/06/2005 03:50 PM
smb-scripts-server-20050406 released

Ape Scripts


Ape Scripts 05/03/2004 06:02 PM
Fljud 0.4 Released

Two New Scripts


Two New Scripts 06/06/2002 11:03 AM

dvb-scripts 0.2.0


dvb-scripts 0.2.0 07/05/2004 03:59 PM
Simple scripts to do video recording.

dvb-scripts 0.3.0


dvb-scripts 0.3.0 08/03/2004 10:46 AM
Simple scripts to do video recording.

Yet Some Another PHP Scripts


Yet Some Another PHP Scripts 12/29/2004 08:02 AM
Project opening

soffice-scripts 0.2


soffice-scripts 0.2 11/07/2003 09:59 AM
Scripts for StarOffice 6 and 7.

Oak & Apple: Big Cat scripts


Oak & Apple: Big Cat scripts 03/15/2003 10:14 PM
Oak & Apple Software has released three scripts for use with Ranchero's Big Cat contextual script menu. Stuff 1.0 improves on the “Stuff” script included with Big Cat by stuffing selected items into one archive instead of multiple separate archives. Zip 1.0 works in a similar manner but uses DropZip to create Unix and PC compatible zip files. Word Count 1.0 puts up a dialogue box showing the number of characters and the number of words in a text selection.

Scripts and Slashes


Scripts and Slashes 10/28/2003 11:08 PM

In an earlier blog entry, I mentioned how Safari was having to emulate a quirk in Mozilla in order to make a particular Web site work. When Mozilla encounters a <script/> element with an XML-style self-closing /, it actually closes the tag, even in HTML pages. This is - I believe - incorrect behavior, since in HTML the / is invalid and should simply be discarded, leaving you with an open tag instead.

If you try this in WinIE and Safari 1.0, you'll see that they behave identically. They both ignore the / and leave the script open. Both Mozilla and Opera, however, honor the / and close up the script tag.

With my "fix" for this bug, the latest Safari will now honor the / as well. I wonder if this behavior was deliberate on the part of Mozilla and Opera or just some accidental fallout from their XML implementations... whatever the case, we're all stuck with it now, since Web sites are (amazingly) writing to it.


Grok Description matches for Creating Shell Scripts using PHP 4 Part 2
GrokA matches for Creating Shell Scripts using PHP 4 Part 2

Creating Shell Scripts using PHP 4 Part 2

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

PHP Class 'inifile'
released

Variable Handling
and the PHP Novice

Making PDFs with
PHP, PDQ

Using Java objects
in PHP scripts Part
2

Managing Images With
a Web Database
Application

Five Little PHP
Tricks to
Programming Bliss

The Power Of Three:
XML, XSLT and PHP --
Part III

PHP Class
'CurrencyFormatter'
released

PHP Handy off the
Web, Too

International PHP
Conference 2002 call
for papers

Peeking Under the
Lid of Open Source
.NET CLI
Implementation

Vote to create
comp.lang.php
newsgroup

Open-source servers
today: PHP prowls
the edge

Nola and Noguska,
where art thou?

The Big Secret:
Palladium

HTML_TreeMenu
DirectoryBrowser
bin2array
inifile
CurrencyFormatter
Can XML Be The Same
After W3C XML
Schema?

PDF Presentations
Using AxPoint

RELAX NG's Compact
Syntax

document.body,
doctype switching,
and more

Remembering
Non-Registered
Visitors

Book Review: Usable
Web Menus

Information Design:
What is it? Who
needs it?

Bill Moggridge of
IDEO presents
User-Centred Design
at One Remove

Three Down and Yet
More to Come

New Book: Definitive
XML Application
Development

Project and proposal
for integrating
validation with
processing pipelines

Can a foreign
assignment help your
career?

Making multiple
session IDs work in
ASP

Can certification
aid your job search?

Programming within
your comfort zone

Better multiplatform
build system

The May Builder.com
top 10

Is SQL a standard
anymore?

ASP.NET security
holes

Get started with
EJBs

Cool Effects
Tutorials

HTML Utopia --
Designing Without
Tables: Part 2

A hitchhiker's guide
to alternate .NET
languages

First Look:
Dreamweaver MXA
Dream for Developers

Beyond browsing:
Tools for the
advanced Web surfer

Get The Look -
Design Templates

Ask Jeeves Uses
Acquisitions To Its
Advantage

Older Windows
Versions Left Out Of
Code Cleanup

On2 Throws More
Open-Source at
MPEG-4

IBM Unloads SDK for
Web Services

what is grok?