Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
73% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~20.6K People Reached
Favorite Tags
Member Avatar for fernandodonster
Member Avatar for 54uydf

I've created my first app and I'm ready to release it to google market. however I want the chance to make some money out of it and so I want to add ads to it. (my app is free) thing is I have no idea how many people will download …

0
67
Member Avatar for 54uydf

Hello, I took a Java language class, so I know how to write a code and different stuff.. now, I'm looking at job descriptions and some say they look for a server side developer and others for a client side. does knowing Java language is enough to work at both? …

Member Avatar for thines01
0
147
Member Avatar for 54uydf

my table has 2 fields, both are Keys. I save similar items in that table , like if 2 items are similar but have different Ids (in another table) I use this table to know that they are similar. so if items 1111, 1112 are the same and 1000,1002,1004 are …

Member Avatar for pritaeas
0
192
Member Avatar for 54uydf

my db has members, and statuses. each member can have 1 current status. I have a code that decides what status to give what member. thing is, it can give 2 possible statuses, and then the site admin should approve one of them(if at all) I made a report page …

Member Avatar for cereal
0
180
Member Avatar for 54uydf

I have a form with 2 submit buttons, inside the form I have a table, each row in a table has a checkbox each row is showing a member-status, each member can have more than 1 status, so the table looks like this- x=checkbox x, david, beginner x, david, pro …

0
70
Member Avatar for 54uydf

Hi, if I have few files (xlsx) in a folder on my computer (file's name is known), and I want to give the path of the folder in my form using a textbox, [CODE]<input type="text" name="path" id="path" >[/CODE] and for the files to be uploaded to a specific folder on …

Member Avatar for niranga
0
985
Member Avatar for 54uydf

Hi, I'm getting this error: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 576 bytes) in 'path' on line 207 what I'm doing is getting an excel file with about 8000+ rows and trying to move them into a table in my DB. a FOR loop …

Member Avatar for digital-ether
0
3K
Member Avatar for 54uydf

Hi, I'm seriously guessing here, but since I've seen that some php websites contain java stuff, like a java chatroom, I wonder if I can find a better solution adding some java to my php code. I'm looking for a way to browse and select a folder, or allow the …

Member Avatar for 54uydf
0
175
Member Avatar for mayreeh

please someone give me a code to delete a file in a folder, ie one code to be used on a variety of file deletion

Member Avatar for Stefano Mtangoo
0
109
Member Avatar for jacksantho

Hi, I was trying to import the excel values in mysql DB. While trying, am facing this error. Please help me out: [CODE]Fatal error: Call to undefined function mysql_real_espace_string() in E:\xampp\htdocs\read.php on line 49[/CODE] CODING: [CODE]<?php ini_set('memory_limit', '16M'); set_time_limit(0); require_once("E:/xampp/htdocs/phpexcel/Classes/PHPExcel.php"); $inputFileName='./xls/test_data.xls'; /** Identify the type of $inputFileName **/ $inputFileType=PHPExcel_IOFactory::identify($inputFileName); /** …

Member Avatar for jacksantho
0
975
Member Avatar for 54uydf

is there [B]AAAAAAAAAAAANY [/B]way to take an xls file and convert it to xlsx using a php code? I've googled but I see not many people asked this and those who had similar problems found no solution. I've tried using PHPExcel but I can't figure out how to do it …

Member Avatar for rch1231
0
82
Member Avatar for 54uydf

I'm using the TinyMce and switched it to BBcode, it's saves the data fine, but it displays it later with the bbcode tags, should I write functions on my own that turn the bbcode into html tags, or is there something ready for that?

0
64
Member Avatar for 54uydf

Hello, I think I made a mistake while connecting my tables with foreign keys :S here's the DB- table 1: [U]Id[/U],[U] year[/U],..... (2 Primary keys) table 2: [U]tbl2Id[/U], ... now the table that connects tbl1 and 2 with m..m relation- table 3: [U]Id[/U],[U] year[/U],[U]tbl2Id[/U] I set the foregn keys for …

Member Avatar for smantscheff
0
138
Member Avatar for 54uydf

Hi, I have a php script that send emails, I want it to run daily on the server. I thought that CRON JOB can do that for me but the guy who owns the server told me now that he can only run SH file? shell script if I'm not …

Member Avatar for pritaeas
0
81
Member Avatar for 54uydf

Hi, I developed a web based program and now I need to write a System Architectural Design document about it, I have no idea what to put there..I see a bunch of examples but non of them are really simmilar to my system so they confuse me even more.. can …

0
59
Member Avatar for 54uydf

I'm trying to pass a word that has the char ' or " in the middle of it. it's one of the fields in a form, so when I submit, the next page gets only the part of the word before the " or ' char. I tried using mysql_real_escape_string() …

Member Avatar for 54uydf
0
121
Member Avatar for 54uydf

this is the problem- my program is linked to another website. we arranged that the website would have a link to my program and pass along a parameter that holds an X value. I have many scripts and some of them need to use that value and some don't..so I'm …

Member Avatar for NinjaMediaD
0
105
Member Avatar for 54uydf

I'm pretty new with PHP and I learned how to pass parameters with GET in the beggining and stuck with this way, what I do now is this- <a href="page.php?parameter1=value&parameter2=value"></a> but I'm not comfortable with it. 1. because it makes me uneasy that everyone can see the url and understand …

Member Avatar for MagicMedia
0
144
Member Avatar for jenberden

hello , i want to ask on how to create graph using php , and can u give me a sample code on it ? thanks much more power

Member Avatar for 54uydf
0
104
Member Avatar for 54uydf

is it possible to import say 10 excel files into DB at once? like in PhpMyAdmin, I go and import each file one by one and they are added as new tables. is there some kind of php code I can write to take all files in X folder and …

Member Avatar for 54uydf
0
391
Member Avatar for 54uydf

I added an editor from this site [url]http://dhtmlx.com/docs/products/dhtmlxEditor/index.shtml[/url] it works when I add words but when I click submit the text doesn't go through the POST how do I do this? I added a textarea like in one of the examples on that site, and another button that when clicked …

Member Avatar for AlexandraKl
0
321
Member Avatar for 54uydf

how do I set a div that is when empty from content would have a certain height, and if content takes more space the div would expand it's height to fit all the content? basicly I have a bunch of pages that go like this- <body> <div> ..contant.. </div></body> , …

Member Avatar for himgar
0
64
Member Avatar for 54uydf

HELP! I lost count of how many editors I tried! I don't understand why non of them work. I'm trying this editor [url]http://nicedit.com/index.php[/url] very simple. but when I type words in the textarea and click submit nothing is saved in the DB..empty that's what I get. all I want is …

Member Avatar for 54uydf
0
948
Member Avatar for 54uydf

I'm saving queries in my DB as strings here's my code: [CODE] $SQLcode="SELECT * FROM ... WHERE field="blah blah" HAVING field2<$x"; $query = "INSERT INTO tblQ (qId, qName, description, SQLcode) VALUES (NULL, '$qName', '$description', '$SQLcode');"; [/CODE] the problem is inserting a string into the $SQLcode, if I do it this …

Member Avatar for cereal
0
75
Member Avatar for n.e.priya

hi frds if anyone knows how to import and export table details from db in the form of excel sheet please guide me.note it should cum as xls sheet

Member Avatar for 54uydf
0
107
Member Avatar for 54uydf

Hi, I've got a table with 3 cols and each cell has a checkbox. I want to have 3 checkboxes above the table that each one checks/unchecks all the checkboxes in the table but ONLY in one col. so if I click checkbox 1 all the checkboxes in col 1 …

Member Avatar for 54uydf
0
196
Member Avatar for 54uydf

I have 3 tables in DB, m..m relation table1: [U]id1[/U], a,b,c... table2: [U]id2[/U], x, y .. table3: [U]id1[/U], [U]id2[/U] I'm inserting new rows to table1 using a form, and the P. key field is set to AUTO_INCR, because there's no other property that can be meaningful enough to distinguish between …

Member Avatar for 54uydf
0
143
Member Avatar for 54uydf

Hi, I can't figure out how to write this query, I'm sure it's something silly, but I just can't figure it out!! I have a table with student's grades in different classes they took, example- studId, classId, yearClassTaken, grade 1, 11, 2008, 90 1, 12, 2008, 78 [B]1, 13, 2007, …

Member Avatar for urtrivedi
0
371
Member Avatar for 54uydf

here's the deal. I want to import data from xls file.at the moment I'm using phpMyAdmin's Import option to do it, but I'm wondering if there's another way to import the file to a new table in my db because- -the first rows and cols in the file are empty, …

Member Avatar for linuxaomi
0
186