PHP - File Manipulation Question -
I'm new to php and I'm looking for File Handling information.
A quick search on the web seems to suggest that I can write to a file, open a file and even append to a file... but the only way they seem to actually get a file created on the server is to actually upload it.
Is there a way to create a file on the server using php.
For example, say when a new user fills in a form, his details are saved to a text file.
*I don't want to use a Database to store this info*
TIA
Text File DB manipulation -
Hi there,
Could someone point me to an example of creating, inserting, retrieving, editing, manipulation of a comma delimeter text file database. I know i have seen this around, buy i cant find it again.
A big thank you for your time.
Kyle
string manipulation on listbox -
hi peeps,
i am a new member here, but really would like to discuss wif all of you, after seeing how active all the conversation has been..
my question would be,
is there anyone can give me examples on how to do string manipulation(get string length, replace characters, remove
PHP - File Manipulation Question -
I'm new to php and I'm looking for File Handling information.
A quick search on the web seems to suggest that I can write to a file, open a file and even append to a file... but the only way they seem to actually get a file created on the server is to actually upload it.
Is there
String Manipulation question... -
Hey again... i have a little question.
I have a textbox that has returns at the end of the text, the ammount depending on the number of times the text has been saved.... there is a problem in the save code i'm using because it saves an extra return at the bottom of the text, causing
Image manipulation, etc. [probably resolved] -
Hi All,
Iām interested in the manipulation of images (BMP, JPG, etc.) WRT changing contrast, hues, lightness, etc. Can anyone tell me where I might get ā preferably free ā a suitable graphics manipulation library? Alternatively, can anyone point me in the direction of releva
Choosing Where to save a file, & text manipulation -
Hello, I'm making a notepad-like vb app for our excercise, I already know how to save the text into a file, but I'm stuck with choosing the directory. Im planning on making a "Save as" command button and then in the text box it would display my default save directory and then
Techniques for large text file manipulation -
Hi,
I am trying to write a vb.net application that will analyse up to 20 large text files, each one possibly being up to 30Mb. I am trying to establish what method is the best/most efficient.
At the moment I just read each file, line by line, and add to a datatable object but I'
Need help in file manipulation -
Need help in file manipulation. I have a multiple line text file. Each line has fixed length (for ex. each has 10 characters each). Each line ends with a number. I need to compare the ending number of line one vs. the ending number of line two, then line two vs. line three,⦠until eo
making dll files from tutorials , then editing / changing code of dll -
I have been following some tutorials on how to make my own classes and dll's . My problem / question is when I create the class I complile it as a dll file ( on File -> make abc.dll ) after when I open the source code and add another property or method , when I try to recompile the
[2005] Updating Database after manipulation -
I need some idea some on what is the best way to update the database records.
Initially i will load the relevant records from the databse and have them loaded to a dataset. And this dataset will go through lots of records manipulation, update insert delete, and after all the manipulat
RESOLVED: Turn of Excel Error Reporting -
Hey,
Basically all i'm doing is automating Excel to open a Lotus 1-2-3 file and then manipulating it.....
I have no problems with the manipulation of the file.
However when i open the lotus 1-2-3 file ONE cell cannot be READ and hence an error message pops up informing the use
gdi32 and bmp manipulation -
i was curious what this dll can all be used for i have seen the getpixel and thats it. i figured someone out there mite be able to tell me what else i will be able to use it for in vb. thanks
edit: i was also curious what other dll's out there are used for bitmap manipulation.
GRaphics Manipulation -
Any1 knows good sites about Graphics manipulation in VB???
Thx
Database Manipulation -
Hi All,
I am just getting into vb.net. But am finding database manipulation quite tricky. How do i add new info into a database? If anyone has a example of code that shows input and output of data and the connection setup i would be grateful.
Thanks In Advance!
Dean
RS-232 pin manipulation II -
I'm a geophysicist. The program I am writing will monitor the earths' magnetic field via a G856 proton precession magnetometer and warn us of geomagnetic storms.
The Geometrics G856 (www.geometrics.com) can be made to output readings via RS-232 by a "pulse (pull line low) on
&
To .net or not to .net that is the question. -
Hi ppl,
just after opinions here. When is it worth changing from VB to .net, for purely VB development. I have had a little play with it and so far all I've came across are disadvantages. Things like the string manipulation, file handling, read only in debug mode etc.
Are ther
text transfer question -
Assume that I have a text file which is comma delimited and has 5 fields. Assume also
that I do not need to manipulate any of the data and that I want to import the complete
text file into an Access DB table which also has 5 fields. The 5 fields in the text
file are in the same or
string manipulation in win2000 -
I created a prog. for win2000 and had it list the pdf files on a computer in a listbox. The user was then to select a file and press the open button to open the file. I listed the files from there dir. which always displayed the .pdf ending after the files name. I made a sub. which
Need help string manipulation.. -
Hi,
I am writing a small stock quote application where I am downloading all html stock data from a popular website. Once I get the html file I am then stripping all html tags from the file.
My question is how would I extract each piece of data information from the file delim
Server / Client Question ('c Database) -
HELP NEEDED FOR SQL SERVER...PLS
Hello....
Im a student at UDW, RSA studying Elec Eng.
Im currently experimently with client-server programming with primary focus on database manipulation. I have little experience with the client-server part, but have satisfactory experience
*resolved* string manipulation -
This will probably be a really easy question but I have been up for nearly 24 hours straight so please forgive me!
How do I convert say 45296 to 45.2
Thanks.
*grabs another coffee*
String 2 Binary (B2S as well) -
How do you convert a string to binary for manipulation?
Eg. 0001000 is the string
I want to separate it out into an array format such that
a[0]=0, a[1]=0... a[3]=1 ... a[6] = 0
for manipulation.
After that I wish to get the string again by appending the values together. Can I
Low level comm port manipulation -
I'm a geophysicist. The program I am writing will monitor the earths' magnetic field via a G856 proton precession magnetometer and warn us of geomagnetic storms.
The Geometrics G856 (www.geometrics.com) can be made to output readings via RS-232 by a "pulse (pull line low) on
&
Resolved - SQL Server backup fails -
Hi,
I'm backing up a server and one of the databases keeps giving an error and gets skipped.
Here's the error:
Code:
An error occurred on a query to database ???????????.
^ ^ ^ ^ ^
Backup, CHECKALLOC, bulk copy, SELECT INTO, and file manipulation
(such as CREATE FILE) operat
need tutorial to read ini files -
I am making a program to add records to an ini file. It is a large file so I can not use the API. That means I have to write my own.
Problem is, I don't know much about string manipulation. Anyone know of any good tutorials?
Newbie question - reading lines froma text file -
First off, I'm an ubernoob, I've gone through a few tutorials on various topics but nothings fitting together for what i need to do...
I need to read through a record file pulling out names of each entry in the record file and make a running tally of each occurance of any given nam
adUseServer or adUseClient -
Hi All,
I know this is a very common question, (and has probably been asked a gazillion times), so hopefully, someone out there might be able to point me to the right direction.
Here's the thing, I've got an app that's suppose to run on the same machine where SQL Server is instal
Memory leak DOMDocument String manipulation -
Without going into huge details, I have a process does the following:
Dim jLoad as MSXML2.DOMDocument
..
1. Set jLoad = New MSXML2.DOMDocument
2. Open a text file
3. Read through text file until EOF, parsing strings and create the jLoad XML file along the way.
4. Use SQLXMLBulk
string manipulation help required please -
Hi Guys
I need to do a test on a string , well its actually a file name thats held as a string. The program I have been asked to have a look at produces a file called reelpack_5467532 , every five mins or so a new one will be created with a one up number from the last ie the next fi
How do I create a file archiving utility -
How would I go about creating a file archive program similar to that of winzip (no compression)? Is it possible to do with VB?
I've been trying to figure this out. I have "Learn VB 6 now", but it is completely useless. There is no information on file manipulation, or anyth
Importing Data from Excel/Flat File to Access -
I am new to Access and Visual Basic. I am trying to determine how, if at all possible, to import data from an Excel spreadsheet into an Access database table. Essentially I need to take the spreadsheet data, probably do some manipulation (calculations, if/thens, etc), then move the dat
String manipulation tips anyone -
What is possible through string manipulation... any tips someone could give for a person who really hasn't done much with strings (besides stick them together and assign new values to them)? Perhaps a halpful tutorial?
I need to locate a string in a rich text box, then assign it an
Best way for File Manipulation in VB6...pls advise. -
What's the best way for the following file manipulations:
1) Open a file for reading
2) Create a file for writing
3) Create a new folder
4) Copy a file from one folder to another folder
Thanks.
Standard Win Dll / image manipulation -
Hi, just latley ive discovered you can make standard windows dll's in VB6 by modifying the the way the code is compiled http://www.windowsdevcenter.com/pub/...reate_dll.html . There are plenty of examples of code posted around the net using this method to do simple maths calculations b
Reading Files /w Spaces -
Sorry to be a bother for these few days, but I can only find subjects that pertain to visual basic file manipulation within these forums, I have tried to write the file through code and read it but I have a slight problem:
Whenever I put spaces between one of my fields that I am try
Manipulation Binary file -
Hi ! I am planning to devlope a full database application using binary file .
Can you please show me how to edit , delete and append records.
Wav file manipulation -
Anyone know how to copy two (or more) wav files into one single wav file - automated - no human intervention?
Let's say my program needed to build a wav file that would play back "one two five nine eight four three". I have individual wave files for each of the individual
Inserting and deleting in a binary file -
I have a VB6 application that requires the insertion of padding bytes and/or deletion of the same in FLAC files. Writing the whole file using VB is slow, since these files can be huge. I would like to write a C++ DLL that I can call to do these routines.
I am a newbie at C, but I th
File Manipulation Interception -
Is that possible?
I wanna know the file(s) involved whenever a disk activity occurs.
My guess is to load urself into ring 0 and intercept VM msgs.
but I guess it can be done in an easier way.
Know how?
bring a richtextbox line to the top of the view -
i'd like to bring a line of text to the of the RTB.
specifically, i'm using the RTB's find method, and would like the line that has the found selection moved to the top of the RTB. no text manipulation, just manipulation of which section of text is in view of the RTB.