Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #31.8K
~15.1K People Reached
Favorite Tags
Member Avatar for cortiknee

I need to figure out how to append an int to a string, so basically i need to convert the int to a string 1st, but I cant figure out how. :rolleyes: any help would be greatly appreciated. thank you, courtney

Member Avatar for dverex
2
14K
Member Avatar for sickly_man

i am opening a file using fopen() and that works fine. from there i want to print out the contents of the file....cant seem to get it to work. here's what i've tried so far. [code=php] $file = fopen("order_log_text.txt", "r+"); echo $file[0]; /*foreach ($file as $field) { echo $field; }*/ …

Member Avatar for spincycle
0
166
Member Avatar for spikes

Hi All, I'm trying to find an easyer way to update the database on my webserver. currently i open ten excell spreedsheets and refresh each one of them individualy, the sheets are linked to an external database, then i save each one as a .csv file. next i upload each …

Member Avatar for spincycle
0
132
Member Avatar for Dallos

Hi im trying to write a program that sorts an array in alphabetical order and then into phone book order, Eg input: Jane Pascal 364756 Bob Smith 364758 Joe Bloggs 253647 The output should be: Bloggs, Joe 253647 Pascal, Jane 364756 Smith, Bob 364758 The plan is to have each …

Member Avatar for titaniumdecoy
0
68
Member Avatar for paddyboy

HI all, would really appreciate some help. PLease be gentle, this is my first attempt at programming since the 80's (and that was VB basic! :confused: ) I am using tikiwiki to set up a site. I have modified (butchered?) some existing code to create a new module. It should …

Member Avatar for spincycle
0
308