Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for cpu278

Hi, quick question. For inventories with very heterogeneous items, what's the best approach? Say a company is keeping different kind of pieces, like memory, hard drives, monitors, but also they could have cables, LEDs, scrap items, etc. So that brings in different specifications. How do you store those? Do you …

Member Avatar for pritaeas
0
68
Member Avatar for cpu278

Hi, quick question, more of a curiosity. Is there a PHP method that has as input an int and returns the name of the number as a string value? Say, for input 0 it returns "zero", for 7 returns "seven", and so on? Thanks

Member Avatar for cpu278
0
146
Member Avatar for cpu278

Hi, I looked for any posts on this but couldn't find any, it should be pretty easy. I have a Company table with parent_id that points to a company itself. I want to get the names of the parent, if any. So if I have my table as cpy_id cpy_name …

Member Avatar for cpu278
0
204
Member Avatar for cpu278

Hi there, I couldn't find a solution to this small problem so posting it here. I have some hardcoded values I want to send back to the browser. When I have this code: [code=php] ... $cr1 = '{"date_added":"8/3","type":"1","contact":"John Smith"}'; $cr2 = '{"date_added":"8/7","type":"2","contact":"Jane Smith"}'; $company_reqs[0] = json_decode($cr1,1); $company_reqs[1] = json_decode($cr2,1); $company_data['reqs'] …

Member Avatar for cpu278
0
95
Member Avatar for jfarny

Not sure I fully understand, but you are trying to store the video into a session variable using PHP. PHP only executes in server side, but you are trying to store it using Javascript. Try storing the session variable in lines 7-23 using Javascript instead.

Member Avatar for jfarny
0
993
Member Avatar for cpu278

Hi, I have a Dell Inspiron 2200, and it seems to be malfunctioning. Every time I seem to lean my hand on the left side, the PC seems to idle, the sound gets cut like every 3 seconds and then resumes, I thought it was only the audio but it's …

Member Avatar for nizzy1115
0
70