-
-
Replied To a Post in Chat application
First of all, @jeffersonalomia, you probably don't want to use Neo4J. I still strongly suggest trying out Dazah. @Dani, I already mentioned the facebook bit to you so I won't … -
Replied To a Post in Chat application
> How do facebook, twitter, and other social media app store the data of the user's chat history or chat log? You don't want to know (nor is it all … -
Began Watching Chat application
How do facebook, twitter, and other social media app store the data of the user's chat history or chat log? Is it on the database or on a separated file? … -
Replied To a Post in fetching username from another database table
I don't think `$rowucfirst` is a function, and if it were it shouldn't start with a `$`. Were you trying to just do `echo "<tr><td>".ucfirst($fetch_user['user_name'])` perhaps? -
Replied To a Post in fetching username from another database table
If you remove the`;` in `$rowucfirst($fetch_user['user_name']);."</td><td>"` it should go away. -
Began Watching fetching username from another database table
hi all ive got a file to display info from database and im trying some way to fetch username from another table for it i have put this at top … -
Replied To a Post in Need help with simple script
You can edit within the hour, after that it's locked. The only other guess I had was that the splitting had gone wrong, but since you've printed those variables that's … -
Replied To a Post in Need help with simple script
I don't know if I can answer, but it would help others as well if you could post an example of a line that you're trying to parse. In the … -
Replied To a Post in Need help with simple script
Hi, Until someone who knows Python gets here... > ValueError: time data '01:11 PM' does not match format '%I:%M%p' Perhaps it's because `01:11 PM` has a space and `%I:%M%p` doesn't. … -
Began Watching Need help with simple script
Hi, I am trying to write a simple script that reads a file for two time stamps and then finds the delta. However, I can't get passed converting the time … -
Replied To a Post in cant Prevent Duplicate id values from entering my tables
> but before you RAGE!!!!! Why would I rage? > its still letting dups through It will **always** happen until you address that issue in the database itself. I'm not … -
Gave Reputation to cereal in PHP Notice: Undefined index: last_id in
Hi Janice, the error is given by this `$_SESSION['last_id']`, because is not set. Before running the query you can make sure the index is set by running: if(TRUE === array_key_exists('last_id', … -
Gave Reputation to janicemurby in PHP Notice: Undefined index: last_id in
thankyou thats solved it much appreciated -
Replied To a Post in Need suggestions for gaming desktop
> I much prefer being in a situation where I can just send it back to the vendor when anything doesn't work. Hear, hear. Whenever I tell someone I don't … -
Began Watching Need suggestions for gaming desktop
My son is looking to buy a new gaming system. For reasons I have detailed elsewhere on Daniweb, there is no way in hell we will consider a Dell system. … -
Replied To a Post in PHP Notice: Undefined index: last_id in
Using my magical powers I've tried to telepathically deduce the error message you forgot to post and I think if you remove the `'` around `'".$_SESSION['last_id']."'` it might solve your … -
Began Watching PHP Notice: Undefined index: last_id in
hi im struggling with this error see section below if anyone can help be much appreciated ty jan x <?php include("config/db_connect.php"); include("config/ckh_session.php"); // Inserting user Details code if(isset($_POST['submitmeet'])) { $event_title … -
Replied To a Post in Need help with a simple python Area Calculator???
 -
Began Watching Need help with a simple python Area Calculator???
I am new to the forums and I am creating a Area Calculator for extra credit for a class I am in, but I am running into some problems. I … -
Replied To a Post in when split msg variable to more lines it not give me values in lines?
Well, where it says `lines[1]` you put in `lines[0]`, replace `lines[2]` with `lines[1]` and so on. Change the check for `>5` to `==5`. And finally, don't split on `:` on … -
Replied To a Post in when split msg variable to more lines it not give me values in lines?
Arrays in C# have a zero-based index. That means `lines[0]` will get you the first line, `lines[1]` the second, and so on. > 30 General Conference of Arab Pharmaceutical Unions … -
Began Watching when split msg variable to more lines it not give me values in lines?
**Problem** **When split msg variable to more lines it not give me values in lines ? msg variable in debug give me text scanning bellow** **Details** i work in windows … -
Replied To a Post in New moderator alert!
Hip hip! -
Began Watching New moderator alert!
I am sure that members of DaniWeb will join me in congratulating [rproffitt](https://www.daniweb.com/members/280178/rproffitt) on his promotion to moderator with immediate effect. While Robert may be a new moderating face to … -
Replied To a Post in sorting code
Can you give an example of what the list looks like? (using fake names and such, but the general structure or format) The reason I ask is because you probably … -
Began Watching sorting code
Please i want to buy or get help on a software that can sort list of people who has paid in my group its a forum of payment and receiving … -
Replied To a Post in im trying to run karma unit test with no success
I managed to find the github page, but that's about it. All the links you posted are not pointing anywhere. Secondly, I don't think that is a free e-book. It's … -
Began Watching im trying to run karma unit test with no success
hi I'm trying to run karma test runner on angular-seed project I downloaded from git with no success always I get errors, here is the repo im using this version … -
Replied To a Post in Read / Answer / Ask
I'll give an example of why I think there should be a possibility of locking threads, and then I'll promise to shut up about it. Someone replied to [this post](https://www.daniweb.com/programming/software-development/threads/386396/pass-paremeter-to-webservice-using-axis), … -
Replied To a Post in Read / Answer / Ask
Somewhat related to reading/answering: locking old topics? Perhaps with an option for the OP to unlock it again. I'm not talking weeks, but 10 year old threads that get a … -
Replied To a Post in HELP! Laptop screen keeps turning black but not off!
> I would also try to uninstall and reinstall the graphics driver. After that blow out the inside with compressed aiir. Similar useful things OP could try: * re-install windows … -
Began Watching HELP! Laptop screen keeps turning black but not off!
Ok so I have a Toshiba A105 s4284 that I just bought from a friend that bought it in january and it was working fine until just recently, all of … -
Replied To a Post in Fullscreen editor
Ah, I thought AI was your plan with Reverend Jim's suggestion as well. I wouldn't know of a language detector in PHP, but I know the one github uses is … -
Replied To a Post in Fullscreen editor
> Therefore, asking them if they have the wrong forum upon selecting the java tag could never happen. Not to pile on a ton of work, but couldn't the analysis … -
Gave Reputation to Dani in Read / Answer / Ask
What do you think of the changes?!?! Friendlier sounding??!! -
Replied To a Post in Twitter mentions
Perhaps more of a DIY solution, but I'll mention it anyway. [Logstash](https://www.elastic.co/products/logstash) has a [twitter plugin](https://www.elastic.co/guide/en/logstash/current/plugins-inputs-twitter.html). You can visualize it with [Kibana](https://www.elastic.co/products/kibana). It should all be open source and free. … -
Began Watching Twitter mentions
Is there a way (perhaps through Twitter's API / official stats, etc.) to see a daily graph of how many tweets linked to my domain? -
Gave Reputation to Reverend Jim in Fullscreen editor
A suggestion - when someone posts in the community forum and adds tags like `programming`, `c#`, `vb.net`, etc, couldn't the thread be automatically relocated to the programming forum? Or perhaps … -
Replied To a Post in cant Prevent Duplicate id values from entering my tables
> then apply this fix i have worked out with you It's not really a fix though. When multiple people start adding records you're still at risk of getting duplicates. … -
Replied To a Post in Pass paremeter to webservice using Axis
@Ivan_15 I think you're better off creating a new question and tag it with `Java` to receive more help for your own specific problem. I'll add this though: Apache Axis … -
Began Watching Pass paremeter to webservice using Axis
Hi Everybody ! I'm using Apache Axis to invoke web service from internet. I can access a web service wherein no input parameters are required , but whenever I have … -
Replied To a Post in cant Prevent Duplicate id values from entering my tables
> would the greater than or equal to 1 solve my problem? It would if you are really checking against **all** tables. In your loop I see `$i < $table_count[0]-7;`. … -
Replied To a Post in Read / Answer / Ask
I like Submit as well. It suggests there is an upcoming choice regarding what you want to submit. I'd prefer "Topics" and "Topics Tagged with java" because it's broad (which … -
Began Watching Read / Answer / Ask
In light of the discussions going on lately about being a discussion community, what do you think about rewording the Read / Answer / Ask in the navigation menu to … -
Replied To a Post in cant Prevent Duplicate id values from entering my tables
> so im doing a lot of assuming Be **very** careful with that, it will come back to bite you in the end. From the page I linked you: >The … -
Replied To a Post in So what's next?
> Can you please explain to me what I'm missing? I was thinking along the lines of what you mentioned earlier, a shift to a different type of more curated … -
Replied To a Post in Onclick is only working once... Please help
<button type="button" onclick="Light()"> Change Image!</button> You're calling `Light()` but the method is now `light()`. Also you might have to change all the image url's to their **full** path (i.e. `http://localhost/myproject/img/start.png`). … -
Gave Reputation to diafol in Onclick is only working once... Please help
Thought I'd add an observation. Complicated conditionals (if /elseif...) based on real filenames are a pain. What if you change the filename / location of one of your images? Thankfully … -
Replied To a Post in cant Prevent Duplicate id values from entering my tables
Well, the queries I see in the do-while loop are all SELECT queries. So that's not the bit of code that INSERTS the `sec_id` into the database. From what I …
The End.